Configure Shibboleth Idp

From MyWiki
Revision as of 12:09, 9 October 2015 by George2 (Talk | contribs)

Jump to: navigation, search
  • 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"/>