-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Allow the OIDC client to use different algorithms #21189
Comments
/cc @pedroigor, @sberyozkin |
@liamor I thought I'd do a bit more work here. As I said you can use
Note the
It is worth making it possible to make it different between |
Thanks, that sounds good as it will save people some guesswork. |
That's awesome, thanks. I'll try to get some time today to test this. |
Description
Could the OIDC client have an option to use different algorithms for OidcClient Authentication? I am attempting to authenticate with an NHS service that uses an idiosyncratic Microsoft OAuth implementation that requires the use of RS512 only. My OIDC client configuration is
which yields the response
I can find no option in the documentation to allow this to be altered.
This is using Quarkus 2.4.1
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: