1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-11 19:53:59 +02:00

Added article on AuthN vs AuthZ (#7694)

Added a guide on the difference between authentication and authorization, since these terms are often confused.
This commit is contained in:
Lisa Dziuba
2024-11-24 03:15:36 +00:00
committed by GitHub
parent f2946d2b31
commit 165d2a870b

View File

@@ -8,3 +8,4 @@ Visit the following resources to learn more:
- [@video@SAML 2.0: Technical Overview](https://www.youtube.com/watch?v=SvppXbpv-5k)
- [@video@An Illustrated Guide to OAuth and OpenID Connect](https://www.youtube.com/watch?v=t18YB3xDfXI)
- [@video@OAuth 2.0 & OpenID Connect (OIDC): Technical Overview](https://www.youtube.com/watch?v=rTzlF-U9Y6Y)
- [@article@Authentication vs Authorization](https://www.cerbos.dev/blog/authentication-vs-authorization)