-
Notifications
You must be signed in to change notification settings - Fork 19
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
aliri_oauth2::Authority::new_from_url errors if an unknown algorithm is encountered #11
Comments
Disabling RSA-OAEP in Keycloak fixes this issue, but I think there should be a way to handle unknown algorithms in aliri. |
That certainly sounds reasonable. I may be able to add something in to identify that it is an unsupported key type and log a warning, but continue operating normally. |
neoeinstein
added a commit
that referenced
this issue
Jun 15, 2022
neoeinstein
added a commit
that referenced
this issue
Jun 15, 2022
neoeinstein
added a commit
that referenced
this issue
Jun 15, 2022
neoeinstein
added a commit
that referenced
this issue
Jun 15, 2022
neoeinstein
added a commit
that referenced
this issue
Jun 15, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Even if multiple algorithms are offered, the deserialization of the response will fail if any unsupported algorithm is offered.
My Keycloak server provides both RS256 and RSA-OAEP algorithms.
Running
fails with
with column 90 containing
"alg": "RSA-OAEP"
The text was updated successfully, but these errors were encountered: