Java Security Question:

What’s the difference between authentication and authorization?

Java Security Interview Question
Java Security Interview Question

Answer:

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.


Previous QuestionNext Question
What’s a code group? What are the authentication modes in ASP.NET?