We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ba4d6 commit b94da1eCopy full SHA for b94da1e
1 file changed
README.rst
@@ -153,6 +153,14 @@ Idp's like Okta require a signed logout response to validate and logout a user.
153
154
"logout_requests_signed": True,
155
156
+Discovery Service
157
+-----------------
158
+If you want to use a SAML Discovery Service, all you need is adding:
159
+
160
+ SAML2_DISCO_URL = 'https://your.ds.example.net/'
161
162
+Of course, with the real URL of your preferred Discovery Service.
163
164
165
Changes in the urls.py file
166
---------------------------
0 commit comments