Authorization

1 revision
#11 week ago
+6
Auto-generated stub article
+Authorization is the process of determining what an authenticated entity is permitted to do. It answers the question, "What can this user or system access?" Unlike [Authentication](/wiki/authentication), which verifies identity, authorization governs specific [Access Control](/wiki/access-control) to resources or functions.
+## See also
+- [Permissions](/wiki/permissions)
+- [Identity](/wiki/identity)
+- [Security](/wiki/security)
... 1 more lines