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

fix: support deprecated config micronaut.security.oauth2.clients.*.token.auth-method #1818

Merged
merged 6 commits into from
Oct 2, 2024

Conversation

sdelamo
Copy link
Contributor

@sdelamo sdelamo commented Oct 1, 2024

support deprecated config micronaut.security.oauth2.clients.*.token.auth-method and new micronaut.security.oauth2.clients.*.token.authentication-method options.

Close: #1808

…ken.auth-method

support deprecated config `micronaut.security.oauth2.clients.*.token.auth-method` and new
`micronaut.security.oauth2.clients.*.token.authentication-method` options.

Close: #1808
@sdelamo sdelamo added the type: regression A breaking change was introduced in a minor or patch release label Oct 1, 2024
@sdelamo sdelamo requested a review from dstepanov October 1, 2024 14:08
@sdelamo sdelamo changed the base branch from 4.11.x to 4.10.x October 1, 2024 14:13
@sdelamo sdelamo changed the base branch from 4.10.x to 4.11.x October 1, 2024 14:13
@sdelamo sdelamo force-pushed the allow-to-use-old-auth-method-config branch from c3e1610 to b4c7ca0 Compare October 1, 2024 14:25
Copy link

sonarqubecloud bot commented Oct 1, 2024

@sdelamo sdelamo merged commit 542a5c0 into 4.11.x Oct 2, 2024
17 checks passed
@sdelamo sdelamo deleted the allow-to-use-old-auth-method-config branch October 2, 2024 11:28
sdelamo added a commit that referenced this pull request Oct 2, 2024
…ken.auth-method (#1818)

support deprecated config `micronaut.security.oauth2.clients.*.token.auth-method` and new
`micronaut.security.oauth2.clients.*.token.authentication-method` options.

Close: #1808
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: regression A breaking change was introduced in a minor or patch release
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

oauth that worked in Micronaut 4.6.1 broken in 4.6.2 release
2 participants