We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With the changes in f5deebf#diff-b716836901d5fea39e485e35997f2f62 the configuration below works but longer makes sense:
spring: security: oauth2: client: provider: idp: issuer-uri: https://example.com/ registration: authorizationcode: idp: client-id: client-id client-secret: client-secret authorization_grant_type: client_credentials
Notice that a client_credentials grant type is being configured under the authorizationcode parent.
Related #14554
The text was updated successfully, but these errors were encountered:
Closing in favor of #14625.
Sorry, something went wrong.
No branches or pull requests
With the changes in f5deebf#diff-b716836901d5fea39e485e35997f2f62 the configuration below works but longer makes sense:
Notice that a client_credentials grant type is being configured under the authorizationcode parent.
Related #14554
The text was updated successfully, but these errors were encountered: