Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.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 ourterms of service andprivacy 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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
.../SecurityBundle/DependencyInjection/Security/AccessToken/OidcUserInfoTokenHandlerFactory.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
.../SecurityBundle/DependencyInjection/Security/AccessToken/OidcUserInfoTokenHandlerFactory.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
dab1d31
to8e74520
Compare8e74520
to8b7fdc1
CompareThere 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, thebase_uri
option is required, and theclient
option can be used optionally to configure any other options.
.../SecurityBundle/DependencyInjection/Security/AccessToken/OidcUserInfoTokenHandlerFactory.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
.../Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/AccessTokenFactoryTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
.../SecurityBundle/DependencyInjection/Security/AccessToken/OidcUserInfoTokenHandlerFactory.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
.../SecurityBundle/DependencyInjection/Security/AccessToken/OidcUserInfoTokenHandlerFactory.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
402101b
to86ab255
Compare86ab255
to23c9e17
CompareThank you@vincentchalamon. |
Uh oh!
There was an error while loading.Please reload this page.
Cf.#50453 (comment)