Amazon interview question

Difference between Authentication and Authorization

Interview Answers

Anonymous

Dec 7, 2020

Authentication - Determining if user is really who they claim to be Authorization - Granting appropriate access to the user

4

Anonymous

Nov 5, 2020

user credentials access and the places the user has access to. Token based access that is granted.

2