Authorization and Authentication
Revision as of 15:53, 13 June 2021 by Benkoo (talk | contribs) (Created page with "In data security, the differences between Authorization and Authentication can be listed as follows: {| class="wikit...")
In data security, the differences between Authorization and Authentication can be listed as follows:
Authentication | Authorization |
---|---|
Verification of Identity | Determines whether certain resources can be given access |
Grant access by verifying relevant credentials | Determines certain level of access rights to certain resources |
Systems often first authenticate then authorize activities | Systems often authorize access after authentication |