Interview Question

Created by admin on Sat, 17/11/2012 - 17:01
Question: 

What's the difference between authentication and authorization?

Language: 
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.