I’ve made custom login filter extended From usernamepasswordauthenticationfilter.
From attemptAuthorization, i couldnt get obtainUsername(request)
Obtainusername(request) was empty. Request.principle was empty too.
Request.getattribute(“email”)was empty too.
So i am guessing my custom filter is not going through security config filters.. or in some reason its having problem recieving request detail that i’ve sent from the controller.
Please Help
여왕개구리Queenfrog is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.