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>
Update /etc/tomcat6/server.xml <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" tomcatAuthentication="false"/>