Configure Shibboleth Idp

From MyWiki
Revision as of 12:08, 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>