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
|`BASE`| string |`https://proxy.example.com`| base url of the proxy |
39
-
|`COOKIE_STATE_NAME`| string |`satosa_state`| name of cooke SATOSA uses for preserving state between requests |
39
+
|`COOKIE_STATE_NAME`| string |`satosa_state`| name of the cookie SATOSA uses for preserving state between requests |
40
40
|`CONTEXT_STATE_DELETE`| bool |`True`| controls whether SATOSA will delete the state cookie after receiving the authentication response from the upstream IdP|
41
-
|`STATE_ENCRYPTION_KEY`| string |`52fddd3528a44157`| key used for encrypting the state cookie, will be overriden by the environment variable `SATOSA_STATE_ENCRYPTION_KEY` if it is set |
41
+
|`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 |
|`CUSTOM_PLUGIN_MODULE_PATHS`| string[]|`[example/plugins/backends, example/plugins/frontends]`| list of directory paths containing any front-/backend plugin modules |
44
44
|`BACKEND_MODULES`| string[]|`[openid_connect_backend.yaml, saml2_backend.yaml]`| list of plugin configuration file paths, describing enabled backends |
45
45
|`FRONTEND_MODULES`| string[]|`[saml2_frontend.yaml, openid_connect_frontend.yaml]`| list of plugin configuration file paths, describing enabled frontends |
46
46
|`MICRO_SERVICES`| string[]|`[statistics_service.yaml]`| list of plugin configuration file paths, describing enabled microservices |
47
-
|`USER_ID_HASH_SALT`| string |`61a89d2db0b9e1e2`|**DEPRECATED - use the hasher micro-service** salt used when creating the persistent user identifier, will be overriden by the environment variable `SATOSA_USER_ID_HASH_SALT` if it is set |
47
+
|`USER_ID_HASH_SALT`| string |`61a89d2db0b9e1e2`|**DEPRECATED - use the hasher micro-service** salt used when creating the persistent user identifier, will be overridden by the environment variable `SATOSA_USER_ID_HASH_SALT` if it is set |
48
48
|`LOGGING`| dict | see [Python logging.conf](https://docs.python.org/3/library/logging.config.html)| optional configuration of application logging |
0 commit comments