Is there a difference between authentication and authorization?

后端 未结 17 2309
囚心锁ツ
囚心锁ツ 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 06:48

    I have tried to create an image to explain this in the most simple words

    1) Authentication means "Are you who you say you are?"

    2) Authorization means "Should you be able to do what you are trying to do?".

    This is also described in the image below.

提交回复
热议问题