Tuesday, November 29, 2011

What?s the difference between authentication and authorization?

Authentication happens first. You verify user?s identity based on credentials. Authorization is making sure the user only gets access to the resources he has credentials for.
Category:Java Security Interview Questions

No comments:

Post a Comment