Is there a difference between authentication and authorization?

后端 未结 17 2306
囚心锁ツ
囚心锁ツ 2020-12-04 06:38

I see these two terms bandied about quite a bit (specifically in web-based scenarios but I suppose it\'s not limited to that) and I was wondering whether or not there was a

17条回答
  •  醉梦人生
    2020-12-04 07:05

    Authorization is a process by which server determines if the client has permission to use a resources or access file.

    Authentication is used by a server when the server needs to know exactly who is accessing their information or site.

提交回复
热议问题