Configure Shibboleth Idp
From MyWiki
- use htpasswd generate a password file
- add this into the Apache ssl.conf
<Location /idp/Authn/RemoteUser>
AuthType Basic
AuthName "Identity Provider Authentication"
AuthUserFile /opt/ssl/htpasswd
require valid-user
</Location>