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
2
2
easy_install
3
3
4
4
easy_install "repoze.who=1.0.16"
@@ -14,14 +14,18 @@ You also need xmlsec, which you can find here:
14
14
15
15
http://www.aleksey.com/xmlsec/
16
16
17
+ On Ubuntu and Debian:
18
+
19
+ sudo apt install xmlsec1
20
+
17
21
You may also need:
18
22
19
23
mako
20
24
memcached
21
25
python-memcache
22
-
26
+
23
27
Apart from that a normal
24
-
28
+
25
29
python setup.py install
26
30
27
31
will 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.
639
639
This directive has as value a dictionary with one or more of the following keys:
640
640
641
641
* 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)
643
643
* assertion_id_request_service (aa, idp)
644
644
* attribute_service (aa)
645
645
* manage_name_id_service (aa, idp)
You can’t perform that action at this time.
0 commit comments