Skip to content

Commit ba49bec

Browse files
author
daniel evertsson
committed
Added example requirement and disco response endpoint in SP configuration
1 parent 015fac5 commit ba49bec

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

example/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
python-ldap
2+
mako
3+
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)