Process Flow - Why access control protects sensitive data
User tries to access data
Check user identity
Verify user permissions
Allow access
User sees data
This flow shows how access control checks who the user is and what they are allowed to see before giving access to sensitive data.