From b94da1e51d2a5cbebb9f239377b81ee4e64d76dd Mon Sep 17 00:00:00 2001 From: Victoriano Giralt Date: Thu, 15 Oct 2020 01:35:05 +0200 Subject: [PATCH] Added Discovery Service information to README --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index c74d63af..819ece47 100644 --- a/README.rst +++ b/README.rst @@ -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 ---------------------------