Configuring the web server
To make the Planon ProCenter Web application available for SSO, adapt the following files located in:
…\Server\tomcat-*\conf\Catalina\localhost
1. Open Root.xml and remove:
a. the ForgotPasswordLoginValve valve.
b. the PnMessageFormAuthenticator valve.
2. Add the following valve above the ExcludingRoleValve valve:
<Valve className="nl.planon.tomcat.keycloak.KeycloakAuthenticatorValve"/> <Parameter name="keycloak.config.file" value="AbsolutePath/Server/tomcat-*/keycloak.json" />