Merge branch 'example_updates' of https://github.com/its-dirg/pysaml2 into example_updates
This commit is contained in:
2
example/requirements.txt
Normal file
2
example/requirements.txt
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
mako
|
||||||
|
cherrypy
|
||||||
@@ -33,6 +33,12 @@ CONFIG = {
|
|||||||
("%s/slo/redirect" % BASE, BINDING_HTTP_REDIRECT),
|
("%s/slo/redirect" % BASE, BINDING_HTTP_REDIRECT),
|
||||||
("%s/slo/post" % BASE, BINDING_HTTP_POST),
|
("%s/slo/post" % BASE, BINDING_HTTP_POST),
|
||||||
],
|
],
|
||||||
|
"discovery_response": [
|
||||||
|
[
|
||||||
|
"%s/disco" % BASE,
|
||||||
|
"urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol"
|
||||||
|
]
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user