Concept Flow - Why authorization matters
User sends request
Authentication: Who are you?
Authorization: What can you do?
Yes No
Allow access
Resource accessed or blocked
This flow shows how a user request is first checked for identity (authentication), then checked for permissions (authorization) before access is granted or denied.