Reputation: 333
I've got a Spring Boot application running fine locally in tomcat using Spring security which authenticates users from a database. When I deploy this to Weblogic it seems like weblogic is adding it's own authentication on top. Is there a way of disabling this per managed server? So a call to the URL will use the Spring security and not the Weblogic one?
I understand you can use the built in authentication from Weblogic but as we may move to tomcat in the near future I'd rather use Spring authentication in the mean time. Plus Weblogic is an absolute pain to use!
Upvotes: 0
Views: 3257