Spring security: Authentication object null on authentication post request
Can anyone help me understand why the user passed on the authentication request is not being passed to the authentication object? Thank you.
Security config:
5 Replies
⌛
This post has been reserved for your question.
Hey @Victor! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
authentication controller:
when i try to authenticate a user the sout prints null and i get the following error:
java.lang.NullPointerException: Cannot invoke "org.springframework.security.core.Authentication.getAuthorities()" because "authentication" is null
You are using
permitAll()
for that endpoint
so ig it might be because of thatthat makes sense lol idk how i didnt think of that
let me test
yea that was it
also i was passing the username and password with json on the body
thanks bubba
If you are finished with your post, please close it.
If you are not, please ignore this message.
Note that you will not be able to send further messages here after this post have been closed but you will be able to create new posts.
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.