forked from mystiq/dex
Update using-dex.md
This commit is contained in:
parent
3493e30f43
commit
41a20dbb2a
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Apps that directly use dex to authenticate a user use OAuth2 code flows to reque
|
|||
* User visits client app.
|
||||
* Client app redirects user to dex with an OAuth2 request.
|
||||
* Dex determines user's identity.
|
||||
* Dex redirects user to dex with a code.
|
||||
* Dex redirects user to client with a code.
|
||||
* Client exchanges code with dex for an id_token.
|
||||
|
||||
![][dex-flow]
|
||||
|
|
Loading…
Reference in a new issue