I know that this question has been asked many times, but I have not received the answer that I need.
I need a link that can help me create a spring security infrastructure in which I don't want to validate the login form.
This must be done by logging in to RestAPI. I just hit url like -
http:
send request containing username and password and return json response with sucess or failure status
if sucess I could hit protected API requests.
source share