# Overview
Authorization is the process by which a system provides access to its components, data, functions, etc. It is typically pair with [[Authentication]] to first ensure the system knows what is requesting access and then provides the access via authorization.
# Key Considerations
# Implementation Details
# Useful Links
# Related Topics
## Reference
#### Working Notes
#### Sources
#### Topics to Cover
- Types
- Role-based Access Control (RBAC)
- Attribute-based Access Control (ABAC)
- Access Control Lists (ACLs)
#### Related Topics
-