Missing kid in jwt? #277
-
Hi there, trying to get back into a hosted ory.sh project, I was trying to validate the issued JWT that comes through a development proxy. Basically I have the JWT itself, which works at https://jwt.io/#debugger-io. I also have the extracted key from my ory-cli proxy Now I use
I debugged the issued JWT from the ory-cli proxy and indeed does not have a kid header in it. Is there any reason why the issuing key is not attached to the given JWT? The CLI used is the one based on docker:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thank you for the question, this is indeed a bug at the moment. A fix is available here but it's currently not passing tests: ory/cli#208 |
Beta Was this translation helpful? Give feedback.
Thank you for the question, this is indeed a bug at the moment. A fix is available here but it's currently not passing tests: ory/cli#208