Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Define the following namespace and schema in ProfileHandlerGroup :

    Code Block
    languagehtml/xml
    <ph:ProfileHandlerGroup xmlns:ph="urn:mace:shibboleth:2.0:idp:profile-handler"
    			xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    			xmlns:sclh="fr:renater:ssocashandler"
    			xsi:schemaLocation="urn:mace:shibboleth:2.0:idp:profile-handler classpath:/schema/shibboleth-2.0-idp-profile-handler.xsd
      								fr:renater:ssocashandler classpath:/schema/ssocasloginhandler.xsd">

 

  • Define the handler itself:

    Code Block
    languagehtml/xml
    <ph:LoginHandler xsi:type="sclh:CentralAuthnService" casFiltersPath="/Authn/Cas">
        <ph:AuthenticationMethod>urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified</ph:AuthenticationMethod>
    </ph:LoginHandler>

 

Info

You should also comment or delete the RemoteUser login handler definition, since the IdP will not use it anymore. 

 

Deployment

You can now re-install the IdP :

...