Add authenticatoin flow diagram (#275)

This commit is contained in:
Travis Groth 2019-08-22 18:30:49 -04:00 committed by GitHub
parent e3d78932d2
commit d26f935cbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 66 KiB

View file

@ -51,6 +51,17 @@ In test deployments, all three components may run from a single binary and confi
<img alt="pomerium architecture diagram" src="/pomerium-container-context.svg" width="65%"> <img alt="pomerium architecture diagram" src="/pomerium-container-context.svg" width="65%">
### Authentication Flow
Pomerium's internal and external component interactions during full authentication from a fresh user are diagramed below.
After initial authentication to provide a session token, only the authorization interactions occur.
<a href="/pomerium-auth-flow.svg">
<img alt="pomerium architecture diagram" src="/pomerium-auth-flow.svg">
</a>
## In action ## In action
To make this a bit more concrete, see the following short video which demonstrates: To make this a bit more concrete, see the following short video which demonstrates: