Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[SecurityBundle] Remove deprecated OIDC token handler optionsalgorithm andkey#60929
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[SecurityBundle] Remove deprecated OIDC token handler optionsalgorithm andkey#60929
Uh oh!
There was an error while loading.Please reload this page.
Conversation
OskarStark commentedJun 27, 2025
| Q | A |
|---|---|
| Branch? | 8.0 |
| Bug fix? | no |
| New feature? | no |
| Deprecations? | no |
| Issues | -- |
| License | MIT |
...y/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/OidcTokenHandlerFactory.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
3b3362f to3ae1f9fCompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
739e44a to4412c83Compare88009ec toe011b0fCompareThank you@OskarStark. |
307de33 intosymfony:8.0Uh oh!
There was an error while loading.Please reload this page.
| ->info('Algorithm used to sign the token.') | ||
| ->setDeprecated('symfony/security-bundle','7.1','The "%node%" option is deprecated and will be removed in 8.0. Use the "algorithms" option instead.') | ||
| ->end() | ||
| ->arrayNode('algorithms') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
we needfixXmlConfig('algorithm') to convert the single to plural for the XML format for the prototyped node
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Add fixXmlConfig() calls for 'issuers' and 'algorithms' arrays to allowusing singular XML tags that get automatically converted to plural form.This improves XML configuration ergonomics.As requested in PRsymfony#60929
…ler arraysAdd fixXmlConfig() calls for 'issuers' and 'algorithms' arrays to allowusing singular XML tags that get automatically converted to plural form.This improves XML configuration ergonomics.As requested in PRsymfony#60929
…ler arraysAdd fixXmlConfig() calls for 'issuers' and 'algorithms' arrays to allowusing singular XML tags that get automatically converted to plural form.This improves XML configuration ergonomics.As requested in PRsymfony#60929