summaryrefslogtreecommitdiff
path: root/example/sp-wsgi
diff options
context:
space:
mode:
authorMathias Hedström <mathias.hedstrom.mh@gmail.com>2015-10-01 11:39:51 +0200
committerMathias Hedström <mathias.hedstrom.mh@gmail.com>2015-10-01 11:39:51 +0200
commita001e0e7a3b9824096e284e409b8880bb83d4c5e (patch)
treea9762eeaf85e264782e6ca36f9b26eca36f8f7b5 /example/sp-wsgi
parentb02f794100ef2bab6fe620df76013b76d0089125 (diff)
parentd355ec58e46786b05e64cc712ad4f2f3bf3c6f9e (diff)
downloadpysaml2-a001e0e7a3b9824096e284e409b8880bb83d4c5e.tar.gz
Merge branch 'example_updates' of https://github.com/its-dirg/pysaml2 into example_updates
Diffstat (limited to 'example/sp-wsgi')
-rw-r--r--example/sp-wsgi/sp_conf.py.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/example/sp-wsgi/sp_conf.py.example b/example/sp-wsgi/sp_conf.py.example
index 46adaa9b..ddf6c4a1 100644
--- a/example/sp-wsgi/sp_conf.py.example
+++ b/example/sp-wsgi/sp_conf.py.example
@@ -33,6 +33,12 @@ CONFIG = {
("%s/slo/redirect" % BASE, BINDING_HTTP_REDIRECT),
("%s/slo/post" % BASE, BINDING_HTTP_POST),
],
+ "discovery_response": [
+ [
+ "%s/disco" % BASE,
+ "urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol"
+ ]
+ ]
}
},
},