...
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:
YouCode Block language html/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 :
...