Ansible role for Shibboleth SP
- Installs the latest version of Shibboleth SP (currently v3)
- Installs httpd and PHP
- Installs minimal attribute viewer from https://github.com/bmaupin/shibboleth-attribute-viewer
- CentOS 7
-
Include the role and customize templates/shibboleth2.xml.j2 as desired
-
Configure SP with an IdP. You can get the medatadata from here:
- http://hostname/Shibboleth.sso/Metadata (Replace hostname with the hostname of your SP)
-
Browse to http://hostname/secure/ to test Shibboleth login and view attributes
- hosts: shibboleth-sp-servers
roles:
- shibboleth-sp