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 |
82
82
|`COOKIE_STATE_NAME`| string |`satosa_state`| name of the cookie SATOSA uses for preserving state between requests |
83
+
|`COOKIE_SECURE`| bool |`True`| whether to include the cookie only when the request is transmitted over a secure channel |
84
+
|`COOKIE_HTTPONLY`| bool |`True`| whether the cookie should only be accessed only by the server |
85
+
|`COOKIE_SAMESITE`| string |`"None"`| whether the cookie should only be sent with requests initiated from the same registrable domain |
86
+
|`COOKIE_MAX_AGE`| string |`"1200"`| indicates the maximum lifetime of the cookie represented as the number of seconds until the cookie expires |
83
87
|`CONTEXT_STATE_DELETE`| bool |`True`| controls whether SATOSA will delete the state cookie after receiving the authentication response from the upstream IdP|
84
88
|`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|
85
89
|`INTERNAL_ATTRIBUTES`| string |`example/internal_attributes.yaml`| path to attribute mapping
0 commit comments