Avanade Interview Question

What is the difference between authentication and authorization?

Interview Answer

Anonymous

Nov 4, 2010

Authentication makes sure that the user is who they say they are. Authorization makes sure a given user has sufficient permission to do something.

1