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 6ba0ada commit 1c88821Copy full SHA for 1c88821
docs/source/contents/setup.rst
@@ -70,6 +70,13 @@ You can even configure the SAML cookie name as follows::
70
71
SAML_SESSION_COOKIE_NAME = 'saml_session'
72
73
+.. Note::
74
+
75
+ djangosaml2 will attempt to set the ``SameSite`` attribute of the SAML session cookie to ``None`` so that it can be
76
+ used in cross-site requests, but this is only possible with Django 3.1 or higher. If you are experiencing issues with
77
+ unsolicited requests or cookies not being sent (particularly when using the HTTP-POST binding), consider upgrading
78
+ to Django 3.1 or higher.
79
80
Authentication backend
81
======================
82
0 commit comments