Process Flow - Authorization strategies (Matrix, role-based)
Start: User Access Request
Check Authorization Strategy
Matrix Strategy
Check User Permissions
Allow or Deny Access
Access Granted or Denied
When a user requests access, Jenkins checks which authorization strategy is active. It either checks detailed permissions per user (Matrix) or checks user roles (Role-Based) to allow or deny access.