Skip to content
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

oauth2 processor: make client-authentication-method compatible with Boot 2.5 #106

Open
wants to merge 1 commit into
base: 1.x
Choose a base branch
from

Conversation

Kehrlann
Copy link
Contributor

When consuming a Boot 3 compatible binding, we get an OAuth2 client-authentication-method: client_secret_basic or client_secret_post. But that value is not recognized by Spring Security < 5.5 (Boot < 2.5), causing very hard to debug issues at runtime (calls to the token endpoint fail because the authentication method is unknown).

This PR transforms Boot 3-compatible client-authentication-method into Boot 2.x-compatible ones, which work with all minors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant