-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[SecurityBundle] Fix configuring OIDC user info token handler client #50470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SecurityBundle] Fix configuring OIDC user info token handler client #50470
Conversation
.../SecurityBundle/DependencyInjection/Security/AccessToken/OidcUserInfoTokenHandlerFactory.php
Outdated
Show resolved
Hide resolved
.../SecurityBundle/DependencyInjection/Security/AccessToken/OidcUserInfoTokenHandlerFactory.php
Show resolved
Hide resolved
dab1d31
to
8e74520
Compare
8e74520
to
8b7fdc1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tweaked the implementation a bit, see
https://github.com/symfony/symfony/compare/8e7452011403b4bbe67a4d2abd12dde3df95f0c3..8b7fdc108237bd8e88c59aa0282aa6d36d9ae7ad
TL;DR, the base_uri
option is required, and the client
option can be used optionally to configure any other options.
.../SecurityBundle/DependencyInjection/Security/AccessToken/OidcUserInfoTokenHandlerFactory.php
Outdated
Show resolved
Hide resolved
.../Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/AccessTokenFactoryTest.php
Outdated
Show resolved
Hide resolved
.../SecurityBundle/DependencyInjection/Security/AccessToken/OidcUserInfoTokenHandlerFactory.php
Show resolved
Hide resolved
.../SecurityBundle/DependencyInjection/Security/AccessToken/OidcUserInfoTokenHandlerFactory.php
Outdated
Show resolved
Hide resolved
402101b
to
86ab255
Compare
86ab255
to
23c9e17
Compare
Thank you @vincentchalamon. |
Cf. #50453 (comment)