You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was going through your slides for some inspiration and found the explanation on slide 9:
"Real-life: bouncer at a club
Traditional apps: Username is identity, password is authentication, authorization is checking user has role to access a particular feature
Modern apps: Identity is a token, authentication is verifying that token, authorization is using information in that token e.g. a claim (which we’ll explain next)"
I would say that there is a difference between authorization and access control. Authorization is establishing IF a user has access (based on authorization information such as roles, attributes, etc). Access control is enforcing the desicion. Maybe it makes sense to explicitly mention access control on the slides.
Kind regards,
Roel
The text was updated successfully, but these errors were encountered:
Hi,
I was going through your slides for some inspiration and found the explanation on slide 9:
"Real-life: bouncer at a club
Traditional apps: Username is identity, password is authentication, authorization is checking user has role to access a particular feature
Modern apps: Identity is a token, authentication is verifying that token, authorization is using information in that token e.g. a claim (which we’ll explain next)"
I would say that there is a difference between authorization and access control. Authorization is establishing IF a user has access (based on authorization information such as roles, attributes, etc). Access control is enforcing the desicion. Maybe it makes sense to explicitly mention access control on the slides.
Kind regards,
Roel
The text was updated successfully, but these errors were encountered: