File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1- You need repoze.who to get the examples working, can be gotten through
1+ You need repoze.who to get the examples working, can be gotten through
22easy_install
33
44 easy_install "repoze.who=1.0.16"
@@ -14,14 +14,18 @@ You also need xmlsec, which you can find here:
1414
1515 http://www.aleksey.com/xmlsec/
1616
17+ On Ubuntu and Debian:
18+
19+ sudo apt install xmlsec1
20+
1721You may also need:
1822
1923 mako
2024 memcached
2125 python-memcache
22-
26+
2327Apart from that a normal
24-
28+
2529 python setup.py install
2630
2731will install the package.
Original file line number Diff line number Diff line change @@ -639,7 +639,7 @@ Where the endpoints for the services provided are.
639639This directive has as value a dictionary with one or more of the following keys:
640640
641641* artifact_resolution_service (aa, idp and sp)
642- * assertion_consumer_service (sp)
642+ * ` assertion_consumer_service < https://wiki.shibboleth.net/confluence/display/CONCEPT/AssertionConsumerService >`_ (sp)
643643* assertion_id_request_service (aa, idp)
644644* attribute_service (aa)
645645* manage_name_id_service (aa, idp)
You can’t perform that action at this time.
0 commit comments