We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883004e commit 19d07f2Copy full SHA for 19d07f2
docs/source/contents/setup.rst
@@ -70,6 +70,11 @@ You can even configure the SAML cookie name as follows::
70
71
SAML_SESSION_COOKIE_NAME = 'saml_session'
72
73
+Remember that in your browser "SameSite=None" attribute MUST also
74
+have the "Secure" attribute, which is required in order to use "SameSite=None".
75
+
76
+ SESSION_COOKIE_SECURE = True
77
78
.. Note::
79
80
djangosaml2 will attempt to set the ``SameSite`` attribute of the SAML session cookie to ``None`` so that it can be
0 commit comments