Authentication is who you are, it’s your identity. Authorization or access control on the other hand is what you’re allowed to do.
<aside> 💡 https://appsecexplained.gitbook.io/
</aside>
When a user can access functionality that they should not be able to access, we have broken access control, or broken authorization.