Concept Flow - Why authorization differs from authentication
User sends credentials
Authentication: Verify identity
Yes / No
Reject
Authorization: Check permissions
Access Denied
User first proves who they are (authentication). Then system checks what they can do (authorization).