-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Cannot request access token for client with CLIENT_SECRET_BASIC #346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@jrmcdonald, thanks for the bug report! As you can see, a community member is already working on this. |
bibibiu2017
added a commit
to bibibiu2017/spring-authorization-server
that referenced
this issue
Jul 17, 2021
…espectively when a client is registered. Closes spring-projectsgh-346
bibibiu2017
added a commit
to bibibiu2017/spring-authorization-server
that referenced
this issue
Jul 17, 2021
…espectively when a client is registered. Closes spring-projectsgh-346
bibibiu2017
added a commit
to bibibiu2017/spring-authorization-server
that referenced
this issue
Jul 17, 2021
…espectively when a client is registered. Closes spring-projectsgh-346
bibibiu2017
added a commit
to bibibiu2017/spring-authorization-server
that referenced
this issue
Jul 17, 2021
…espectively when a client is registered. Closes spring-projectsgh-346
Hi @sjohnr, thanks for that, do you know which milestone this is likely to be included in? |
@jrmcdonald This is now merged and ready for |
doba16
pushed a commit
to doba16/spring-authorization-server
that referenced
this issue
Apr 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The ClientSecretBasicAuthenticationConverter#L89 uses the deprecated ClientAuthenticationMethod.BASIC. This means that if you have a registered client with the ClientAuthenticationMethod.CLIENT_SECRET_BASIC, you cannot request an access token as the check in OAuth2ClientAuthenticationProvider.java#L103 fails.
To Reproduce
Expected behavior
Response should be 200 with a valid access token.
The text was updated successfully, but these errors were encountered: