Merge branch 'example_updates' of https://github.com/its-dirg/pysaml2 into example_updates

This commit is contained in:
Mathias Hedström
2015-10-01 11:39:51 +02:00
2 changed files with 8 additions and 0 deletions

2
example/requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
mako
cherrypy

View File

@@ -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"
]
]
}
},
},