You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #50470 [SecurityBundle] Fix configuring OIDC user info token handler client (vincentchalamon)
This PR was squashed before being merged into the 6.3 branch.
Discussion
----------
[SecurityBundle] Fix configuring OIDC user info token handler client
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Tickets | N/A
| License | MIT
| Doc PR | symfony/symfony-docs#18354
Cf. #50453 (comment)
Commits
-------
23c9e17 [SecurityBundle] Fix configuring OIDC user info token handler client
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/OidcUserInfoTokenHandlerFactory.php
->addError('You cannot use the "oidc_user_info" token handler since the HttpClient component is not installed. Try running "composer require symfony/http-client".');
->addError('You cannot use the "oidc_user_info" token handler since the HttpClient component is not installed. Try running "composer require symfony/http-client".');
0 commit comments