Skip to content

Commit a001e0e

Browse files
committed
Merge branch 'example_updates' of https://github.com/its-dirg/pysaml2 into example_updates
2 parents b02f794 + d355ec5 commit a001e0e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

example/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mako
2+
cherrypy

example/sp-wsgi/sp_conf.py.example

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ CONFIG = {
3333
("%s/slo/redirect" % BASE, BINDING_HTTP_REDIRECT),
3434
("%s/slo/post" % BASE, BINDING_HTTP_POST),
3535
],
36+
"discovery_response": [
37+
[
38+
"%s/disco" % BASE,
39+
"urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol"
40+
]
41+
]
3642
}
3743
},
3844
},

0 commit comments

Comments
 (0)