Skip to content

com.auth0.jwk.SigningKeyNotFoundException: JWT Token keyID doesn't match the configured keyID. #18573

Answered by Prajwal214
liujuanchi asked this question in Q&A
Discussion options

You must be logged in to vote

The error you're encountering, "JWT Token keyID doesn't match the configured keyID," indicates a mismatch between the keyID in your JWT token and the one configured in OpenMetadata. This typically happens when the public key URLs are not properly configured. Here are steps to resolve this issue:

  1. Verify Key ID Consistency: Ensure that the keyID in your JWT token configuration matches the keyID used when generating the token. The keyID should be consistent across the configuration and the token generation process.

  2. Update Public Key URLs: Double-check the public key URLs in your OpenMetadata configuration. Ensure that they are correctly specified and accessible. The URLs should point to …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by harshach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants