mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 09:19:39 +02:00
copy edits (#3063)
This commit is contained in:
parent
ed82fa3534
commit
9300208e87
2 changed files with 6 additions and 6 deletions
|
@ -1624,10 +1624,10 @@ Policy timeout establishes the per-route timeout value. Cannot exceed global tim
|
|||
- Optional
|
||||
- Default: `pass_through`
|
||||
|
||||
Set Authorization Header allows you to send a user's identity token through as a Bearer token in the Authorization header.
|
||||
`set_authorization_header` allows you to send a user's identity token through as a bearer token in the Authorization header.
|
||||
|
||||
Use `access_token` to send the OAuth access token, `id_token` to send the OIDC id token, or `pass_through` (the default) to leave the Authorization header unchanged
|
||||
when it's not used for Pomerium authentication.
|
||||
Use `access_token` to send the OAuth access token, `id_token` to send the OIDC ID token, or `pass_through` (the default) to leave the Authorization header unchanged
|
||||
from the client when it's not used for Pomerium authentication.
|
||||
|
||||
|
||||
### Set Response Headers
|
||||
|
|
|
@ -1773,10 +1773,10 @@ settings:
|
|||
- Optional
|
||||
- Default: `pass_through`
|
||||
doc: |
|
||||
Set Authorization Header allows you to send a user's identity token through as a Bearer token in the Authorization header.
|
||||
`set_authorization_header` allows you to send a user's identity token through as a bearer token in the Authorization header.
|
||||
|
||||
Use `access_token` to send the OAuth access token, `id_token` to send the OIDC id token, or `pass_through` (the default) to leave the Authorization header unchanged
|
||||
when it's not used for Pomerium authentication.
|
||||
Use `access_token` to send the OAuth access token, `id_token` to send the OIDC ID token, or `pass_through` (the default) to leave the Authorization header unchanged
|
||||
from the client when it's not used for Pomerium authentication.
|
||||
- name: "Set Response Headers"
|
||||
keys: ["set_response_headers"]
|
||||
attributes: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue