Difference between revisions of "Configure Shibboleth Idp"

From MyWiki
Jump to: navigation, search
Line 9: Line 9:
 
</Location>
 
</Location>
 
</source>
 
</source>
 +
Update /etc/tomcat6/server.xml
 +
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" tomcatAuthentication="false"/>

Revision as of 12:08, 9 October 2015

  • 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"/>