diff --git a/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/OidcTokenHandlerFactory.php b/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/OidcTokenHandlerFactory.php index 7d11ae070f4a..2226f28c17bc 100644 --- a/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/OidcTokenHandlerFactory.php +++ b/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/OidcTokenHandlerFactory.php @@ -126,11 +126,13 @@ public function addConfiguration(NodeBuilder $node): void ->arrayNode('issuers') ->info('Issuers allowed to generate the token, for validation purpose.') ->isRequired() + ->fixXmlConfig('issuer') ->scalarPrototype()->end() ->end() ->arrayNode('algorithms') ->info('Algorithms used to sign the token.') ->isRequired() + ->fixXmlConfig('algorithm') ->scalarPrototype()->end() ->end() ->scalarNode('keyset') @@ -147,6 +149,7 @@ public function addConfiguration(NodeBuilder $node): void ->info('Algorithms used to decrypt the token.') ->isRequired() ->requiresAtLeastOneElement() + ->fixXmlConfig('algorithm') ->scalarPrototype()->end() ->end() ->scalarNode('keyset')
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: