I’m working on a project that is using Spring, but not Spring Boot. It’s using Spring Security 5, but it’s been around a while so we’re using XML configuration rather than JavaConfig.
Are there any resources around for how to implement Auth0 integration in this scenario? Almost everything I’ve found online is specifically Spring Boot, and relies on some features not available in general Spring.