You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rebased to current master. When composing the paths, use os.path.join
primarily, since it handles empty strings and duplicate separators
logically.
As long as we use the BASE_URL in the OpenID Connect frontend as an
issuer, it's not possible to create multiple provider discovery URLs.
Add documentation and a comment to explain this limitation.
|`BASE`| string |`https://proxy.example.com`| base url of the proxy |
81
+
|`BASE`| string |`https://proxy.example.com`| The base url of the proxy. For the OIDC Frontend, this is used to set the issuer as well, and due to implementation constraints, avoid
82
+
using trailing slashes in this case. |
82
83
|`COOKIE_STATE_NAME`| string |`satosa_state`| name of the cookie SATOSA uses for preserving state between requests |
83
84
|`CONTEXT_STATE_DELETE`| bool |`True`| controls whether SATOSA will delete the state cookie after receiving the authentication response from the upstream IdP|
84
85
|`STATE_ENCRYPTION_KEY`| string |`52fddd3528a44157`| key used for encrypting the state cookie, will be overridden by the environment variable `SATOSA_STATE_ENCRYPTION_KEY`if it is set|
0 commit comments