There was an error while loading. Please reload this page.
fixXmlConfig()
issuer
1 parent 2a8e0ab commit 5141a4cCopy full SHA for 5141a4c
DependencyInjection/Security/AccessToken/OidcTokenHandlerFactory.php
@@ -91,6 +91,7 @@ public function addConfiguration(NodeBuilder $node): void
91
$node
92
->arrayNode($this->getKey())
93
->fixXmlConfig($this->getKey())
94
+ ->fixXmlConfig('issuer')
95
->validate()
96
->ifTrue(static fn ($v) => !isset($v['algorithm']) && !isset($v['algorithms']))
97
->thenInvalid('You must set either "algorithm" or "algorithms".')
0 commit comments