journal/2021-04-16--12-27-13Z--iroh_auth_presentation.org

This commit is contained in:
Yann Esposito (Yogsototh) 2021-04-16 14:42:45 +02:00
parent dd442ebb9d
commit 47f1103380
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -63,7 +63,7 @@ HTTP APIs.
* History * History
Original goal: Login using AMP SAML (generate JWT) 1st goal: Login using AMP SAML (generate JWT)
No DB of users! No DB of users!
@ -72,18 +72,18 @@ No DB of users!
Become both an OAuth2 client and provider. Become both an OAuth2 client and provider.
Need Clients/Users/Orgs in DB!!!
OAuth2 RFC => OAuth2 GRANTS OAuth2 RFC => OAuth2 GRANTS
- Authorization Code Grant - Authorization Code Grant (the classic)
- Client Grant - Client Grant (for scripts)
- Implicit Grant - Implicit Grant (for Single Page Applications, now deprecated)
2. OAuth2 Provider (Grants)
3. Login using OpenID Connect with TG (client of OpenID Connect) - Account Activation
4. Users/Orgs in DB!!! - Become an OpenID Connect provider
4. Account Activation - OIDC with SSE
5. Become an OpenID Connect provider
6. OIDC with SSE
* Internal User Structure * Internal User Structure
* Cisco specificity * Cisco specificity