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

This commit is contained in:
Yann Esposito (Yogsototh) 2021-04-16 16:54:40 +02:00
parent 8c2c2ab9b7
commit fcae7e41e9
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -305,9 +305,11 @@ RFC Grants
secrets: secrets:
- 1 secret between IROH-Auth/Application (client secret) - 1 secret between IROH-Auth/Application (client secret)
- 1 secret between Application/User and IROH-Auth/User (refresh token) - 1 secret between Application/User and IROH-Auth/User (refresh token)
=> involve user-agent workflow
*Client Credential Grant* *Client Credential Grant*
- 1 shared secret between IROH-Auth/Application/User (client secret) - 1 shared secret between IROH-Auth/Application/User (client secret)
=> involve copy/paste
* Authorization Code Grant * Authorization Code Grant
@ -387,6 +389,7 @@ secrets:
issues an access token. issues an access token.
#+end_quote #+end_quote
* Clients
* 4 - Specifc Cisco Usage * 4 - Specifc Cisco Usage