Skip to content

Commit b94da1e

Browse files
committed
Added Discovery Service information to README
1 parent 15ba4d6 commit b94da1e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,14 @@ Idp's like Okta require a signed logout response to validate and logout a user.
153153

154154
"logout_requests_signed": True,
155155

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+
156164

157165
Changes in the urls.py file
158166
---------------------------

0 commit comments

Comments
 (0)