mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-31 15:29:48 +02:00
Docs: Batch Updates (#2628)
* define IdP acronym * remove 'enable user imporsonation', which was removed * copy edit recovery token * integrate SA docs into reference * rename Prometheus as Metrics
This commit is contained in:
parent
ef284322b5
commit
1a5cfda940
10 changed files with 95 additions and 66 deletions
|
@ -51,7 +51,7 @@ routes:
|
|||
```
|
||||
|
||||
- **App** is a user-facing application. Users connect to it through Pomerium.
|
||||
- **API** is also accessed through it's Pomerium Route, but is only accessible by the **App**, using a [service account](/enterprise/service-accounts.md) to authenticate.
|
||||
- **API** is also accessed through it's Pomerium Route, but is only accessible by the **App**, using a [service account](/enterprise/reference/configure.md#service-accounts) to authenticate.
|
||||
- The **API** service needs to know the user making the request to **App** in order to formulate the correct response.
|
||||
|
||||
Both Routes include [`pass_identity_headers`](/reference/readme.md#pass-identity-headers), which provides (at minimum) the `X-Pomerium-Jwt-Assertion` header to the downstream application.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue