We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd4bf8 commit 5f956aaCopy full SHA for 5f956aa
docs/source/contents/setup.rst
@@ -63,7 +63,7 @@ You can even configure the SAML cookie name as follows::
63
SAML_SESSION_COOKIE_NAME = 'saml_session'
64
65
Remember that in your browser "SameSite=None" attribute MUST also
66
-have the "Secure" attribute, which is required in order to use "SameSite=None"::
+have the "Secure" attribute, which is required in order to use "SameSite=None", otherwise the cookie will be blocked, so you must also set::
67
68
SESSION_COOKIE_SECURE = True
69
0 commit comments