summaryrefslogtreecommitdiff
path: root/example/sp-wsgi
diff options
context:
space:
mode:
authorMathias Hedström <mathias.hedstrom.mh@gmail.com>2015-10-06 13:38:25 +0200
committerMathias Hedström <mathias.hedstrom.mh@gmail.com>2015-10-06 13:38:25 +0200
commit21e018bb18ea1af00f7f8e83bf3a1cdc04b5ac93 (patch)
tree94afbcc8258bbd7e3ff53a6f4949f6bb157f2947 /example/sp-wsgi
parentec56e05f066fda52309e3801ff6261c9ec7a8501 (diff)
downloadpysaml2-21e018bb18ea1af00f7f8e83bf3a1cdc04b5ac93.tar.gz
Updated the conf.example files
Diffstat (limited to 'example/sp-wsgi')
-rw-r--r--example/sp-wsgi/sp_conf.py.example6
1 files changed, 0 insertions, 6 deletions
diff --git a/example/sp-wsgi/sp_conf.py.example b/example/sp-wsgi/sp_conf.py.example
index ddf6c4a1..46adaa9b 100644
--- a/example/sp-wsgi/sp_conf.py.example
+++ b/example/sp-wsgi/sp_conf.py.example
@@ -33,12 +33,6 @@ 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"
- ]
- ]
}
},
},