Replies: 1 comment 1 reply
-
|
Exactly the same problem exists for me. This is the error message that is provided in the Keycloak logs: Looking at the source code of This is an important issue, because EC is used commonly. Kind regards, Andreas |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're having some issues connecting an ID Provider that's running on Elliptic Curve crypto only.
When connecting it as an IDP in Keycloak, ID token verification (enabling "Validate Signatures" in the config) fails.
This is independent of "Use JWKS URL"; I tried both - with the JWKS URL and with the PEM formatted EC key listed explicitly in "Validating Public Key"
Question: is the verification of such tokens actually supported in Keycloak?
This might have something to do with it (but it's a guess, nothing more):
keycloak/services/src/main/java/org/keycloak/broker/oidc/OIDCIdentityProvider.java
Line 535 in 8ed7c05
best,
Karel.
Beta Was this translation helpful? Give feedback.
All reactions