Authorize button not validate credentials #10280
Unanswered
kauanmocelin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using a basic authenticate method to validate my API using Spring Security on Spring Boot v3, but when I try to authorize and click on the authorize button, it doesn't validate user credentials(I entered invalid credentials). Was it supposed to be like this?
Credentials are validated only when I click "try it out".
I have doubts about this because, in other projects/frameworks using the OAuth2 protocol, the JWT is validated using the authorization button.
Beta Was this translation helpful? Give feedback.
All reactions