The problem
By default the bundled Crowd client configuration (stored in the crowd.properties file bundled in CROWD_DISTRIBUTION/client/conf) does not include the Crowd's SSO cookie name. This is an inferior configuration that will cause a flood of requests to Crowd to find out the cookie name on almost every action performed in the client application.
The fix
The default crowd.properties file should include the "cookie.tokenkey" property set to the default name of the Crowd SSO cookie "crowd.token_key". The documentation should also mention that the name of the cookie should be adjusted to match whatever is configured in Crowd.
The workaround
Adding the cookie.tokenkey property to the crowd.properties file used by the client application is enough to fix the problem.
- causes
-
CWD-3983 XML deserialisation happens in the Crowd client in a non-optimal way, resulting in WebappClassLoader lock congestion
- Closed
- has a derivative of
-
BAM-19758 Bamboo's default crowd.properties does not include a cookie name
- Closed
- relates to
-
CWD-5250 Cache cookie.tokenkey pulled from Crowd's /rest/config/cookie
- Future Consideration
- is cloned by
-
KRAK-1330 Loading...
- mentioned in
-
Page Loading...