I am implementing spring security with oauth2 and jwt. the below is my login function
function doLogin(loginData) {
$.ajax({
url : back+\"/auth
Http 415 Media Unsupported is responded back only when the content type header you are providing is not supported by the application.
With POSTMAN, the Content-type header you are sending is Content type 'multipart/form-data not application/json. While in the ajax code you are setting it correctly to application/json. Pass the correct Content-type header in POSTMAN and it will work.