Skip to content

Commit

Permalink
Added Discovery Service information to README
Browse files Browse the repository at this point in the history
  • Loading branch information
vgiralt committed Oct 14, 2020
1 parent 15ba4d6 commit b94da1e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,14 @@ Idp's like Okta require a signed logout response to validate and logout a user.

"logout_requests_signed": True,

Discovery Service
-----------------
If you want to use a SAML Discovery Service, all you need is adding:

SAML2_DISCO_URL = 'https://your.ds.example.net/'

Of course, with the real URL of your preferred Discovery Service.


Changes in the urls.py file
---------------------------
Expand Down

0 comments on commit b94da1e

Please sign in to comment.