Authentication verifies the identity of a user and
authorization is a process where you can check whether or not the identity has
access rights to the system. In other words, you can say that authentication is
a procedure of getting some credentials from the users and verify the user's
identity against those credentials. Authorization is a procedure of granting
access of particular resources to an authenticated user. You should note that
authentication always takes place before authorization.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Authentication verifies the identity of a user and authorization is a process where you can check whether or not the identity has access rights to the system. In other words, you can say that authentication is a procedure of getting some credentials from the users and verify the user's identity against those credentials. Authorization is a procedure of granting access of particular resources to an authenticated user. You should note that authentication always takes place before authorization.