So I finally got one of my spring boot apps integrated with our crowd server.
Wrote up a small guide for what worked for me (see link below). Following Atlassian's guide didn't work out well...
Atlassian Crowd integration with Spring Boot app (with Spring Security)... what ended up working
Thanks Marcin,
Actually it wasn't that bad - and the guide did kind of "guide" me in the sense that when it didn't work I could generally identify where the issue was (or wasn't) and what I needed to focus on and research.
A very small sample application would likely have helped - although, given that implementations and approaches can differ so much, it might prove more useful in some cases and not so much in others.
Good point re the CrowdSecurityFilter - just tested and looks like is not needed at all so will remove it. I could have sworn when testing previously that without extending it, the default CrowdSecurityFilter was redirecting everything (although it was likely before I completely removed the applicationContext-CrowdRestClient.xml).
I do plan on getting SSO implemented soon and will attempt that sometime this week.
Thanks again Marcin,
Jay.