Versions Compared

Key

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

...

Code Block
cp ssocas-login-handler-0.1.jar $IDP_INSTALL_DIR/lib
Info

You

...

could then

...

re-install the IdP, but it's no use doing it right now since the following configuration modifications will also require a re-installation.

Configuration

Web applications

...

  • 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>
     You
    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 :

...