diff --git a/topics/authorization/index.md b/topics/authorization/index.md new file mode 100644 index 000000000000..eb3f93bcc821 --- /dev/null +++ b/topics/authorization/index.md @@ -0,0 +1,8 @@ +--- +aliases: authz +topic: authorization +display_name: Authorization +short_description: Authorization is the act of deciding whether a subject has permission to perform an action on a resource. +wikipedia_url: https://en.wikipedia.org/wiki/Authorization +--- +Authorization is the process of granting or denying permissions based on rules. This should not be confused with authentication, which is the act of verifying someone's identitiy.