diff options
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -65,6 +65,10 @@ hlk@bujin:hlk$ cat /etc/hosts Then you should be able to go to: https://sp.nordu.dev/secure/ +Getting metadata out from the Apache SP +``` + curl -k https://sp.nordu.dev/Shibboleth.sso/Metadata > sp-metadata.xml +``` # Resources Links from Jesper Rosenkilde @@ -156,6 +160,12 @@ StaticPKIXX509Credential # Other Links +http://www.jeesty.com/shibboleth +Description of how Shibd works with Apache + + +https://github.com/nginx-shib/nginx-http-shibboleth +Maybe a working Nginx with Shibb? https://shibboleth.net/products/metadata-aggregator.html Metadata Aggregator provides a command line tool and REST-based web service to support publishers and consumers of metadata. |