I am trying to integrate Atlassian Crowd with Spring Security.
The available code samples on this are very few, especially for Spring Boot. I have only found this.
This example calls class CrowdUserDetailsServiceImpl
method setAuthenticationManager()
, which has vanished in the haze in version 2.8.0 (compare 2.8.0 and 2.7.1 APIs).
Question: how should I replace the method call in 2.8.0 to make things work?