Authorization
« Back to Glossary Index
Authorization is the process of determining what a user is allowed to access or do after they have been authenticated. It is not about who the user is, but about their permissions within a system. Authorization controls, for example, which files a user can view or which actions they are allowed to perform.
« Back to Dictionary Index