-
Notifications
You must be signed in to change notification settings - Fork 830
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
OIDC password grant using external IdP with discoveryUrl config #3271
Comments
strehle
added a commit
that referenced
this issue
Feb 6, 2025
strehle
added a commit
that referenced
this issue
Feb 11, 2025
* Fix OIDC discovery update Issue #3271 * Add tests * sonar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a regression created by PR #3165. If you have an external IdP and the config contains a discoveryUrl instead of the tokenUrl, you will get an exception:
This is because previously the PasswordGrantAuthenticationManager used the ExternalOAuthProviderConfigurator and the configurator would overlay the tokenUrl by fetching the oidc metadata. But now it does a simple lookup using the IdentityProviderProvisioning which doesn't fetch the oidc metadata.
The text was updated successfully, but these errors were encountered: