mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-03-31 22:21:57 +02:00
Docs: Fix link to sessions.md (#403)
This commit is contained in:
parent
edd6ad6ae5
commit
bd79b976da
@ -96,7 +96,7 @@ An example [oauth2_proxy.cfg]({{ site.gitweb }}/contrib/oauth2_proxy.cfg.example
|
||||
| `-resource` | string | The resource that is protected (Azure AD only) | |
|
||||
| `-reverse-proxy` | bool | are we running behind a reverse proxy, controls whether headers like X-Real-Ip are accepted | false |
|
||||
| `-scope` | string | OAuth scope specification | |
|
||||
| `-session-store-type` | string | [Session data storage backend](sessions); redis or cookie | cookie |
|
||||
| `-session-store-type` | string | [Session data storage backend](configuration/sessions); redis or cookie | cookie |
|
||||
| `-set-xauthrequest` | bool | set X-Auth-Request-User and X-Auth-Request-Email response headers (useful in Nginx auth_request mode) | false |
|
||||
| `-set-authorization-header` | bool | set Authorization Bearer response header (useful in Nginx auth_request mode) | false |
|
||||
| `-signature-key` | string | GAP-Signature request signature key (algorithm:secretkey) | |
|
||||
|
Loading…
x
Reference in New Issue
Block a user