mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 00:10:45 +02:00
v0.4.0
deployment: prepare v0.4.0 (#350 Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
bca5caf77a
commit
28eae36ce1
24 changed files with 222 additions and 167 deletions
|
@ -24,7 +24,7 @@ Pomerium can be used to:
|
|||
|
||||
### System Level
|
||||
|
||||
Pomerium sits between end users and services which require strong authentication. After verifying identity with your IDP, Pomerium uses a configurable policy to decide how to route your user's request and if they are authorized to the service.
|
||||
Pomerium sits between end users and services which require strong authentication. After verifying identity with your identity provider (IdP), Pomerium uses a configurable policy to decide how to route your user's request and if they are authorized to the service.
|
||||
|
||||
<img alt="pomerium architecture diagram" src="/pomerium-system-context.svg" width="65%">
|
||||
|
||||
|
@ -38,7 +38,7 @@ Pomerium is composed of 3 logical components:
|
|||
- Verifies all requests with Authentication service
|
||||
- Processes policy to determine external/internal route mappings
|
||||
- Authentication Service
|
||||
- Handles authentication flow to your IDP as needed
|
||||
- Handles authentication flow to your IdP as needed
|
||||
- Handles identity verification after initial Authentication
|
||||
- Authorization Service
|
||||
- Processes policy to determine permissions for each service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue