Skip to content

Commit 469a165

Browse files
fix: review
1 parent 2bed889 commit 469a165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/OidcTokenHandlerFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ class OidcTokenHandlerFactory implements TokenHandlerFactoryInterface
2929
public function create(ContainerBuilder $container, string $id, array|string $config): void
3030
{
3131
$tokenHandlerDefinition = $container->setDefinition($id, new ChildDefinition('security.access_token_handler.oidc'));
32-
$tokenHandlerDefinition->replaceArgument(5, $config['claim']);
3332
$tokenHandlerDefinition->replaceArgument(2, $config['audience']);
3433
$tokenHandlerDefinition->replaceArgument(3, $config['issuers']);
34+
$tokenHandlerDefinition->replaceArgument(5, $config['claim']);
3535

3636
// Create the signature algorithm and the JWK
3737
if (!ContainerBuilder::willBeAvailable('web-token/jwt-core', Algorithm::class, ['symfony/security-bundle'])) {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

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:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy