authorization
- Text
- authorization is the problem of verifying permission: confirming that an authenticated principal may perform a given action on a given resource. RBAC, ABAC, and policy engines like OPA are common patterns. Authorization logic is where most access control bugs live.
- Tags
- security, auth, access-control
- See Also
- authentication, oauth2, oidc