mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-02 20:06:03 +02:00
Add authenticatoin flow diagram (#275)
This commit is contained in:
parent
e3d78932d2
commit
d26f935cbb
2 changed files with 14 additions and 0 deletions
3
docs/.vuepress/public/pomerium-auth-flow.svg
Normal file
3
docs/.vuepress/public/pomerium-auth-flow.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 66 KiB |
|
@ -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%">
|
||||
|
||||
### 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
|
||||
|
||||
To make this a bit more concrete, see the following short video which demonstrates:
|
||||
|
|
Loading…
Add table
Reference in a new issue