Skip to content

Commit 5141a4c

Browse files
committed
[SecurityBundle] Add missing fixXmlConfig() call for issuer
1 parent 2a8e0ab commit 5141a4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DependencyInjection/Security/AccessToken/OidcTokenHandlerFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ public function addConfiguration(NodeBuilder $node): void
9191
$node
9292
->arrayNode($this->getKey())
9393
->fixXmlConfig($this->getKey())
94+
->fixXmlConfig('issuer')
9495
->validate()
9596
->ifTrue(static fn ($v) => !isset($v['algorithm']) && !isset($v['algorithms']))
9697
->thenInvalid('You must set either "algorithm" or "algorithms".')

0 commit comments

Comments
 (0)