...
Define the handler itself:
Code Block <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 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 :
Code Block |
---|
cd $IDP_INSTALL_DIR
./install.sh |
and restart your container to end the installation of the login handler.