How to authenticate a Spring boot application of REST Services deployed in WebLogic serverr
I have a spring boot application deployed in weblogic12c, it is working fine without the spring security.
i want to call the rest service defined in the application passing username and password.
how to authenticate the user in the spring boot application with spring security.