Avanade interview question

What is the difference between authentication and authorization?

Interview Answer

Anonymous

4 Nov 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