Verify detached JWS #545
-
I have a JWT without a payload. I want to verify it by using JWKS.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
You need to re-attach the payload for verification since the payload is part of the signing input and is only removed for transport. |
Beta Was this translation helpful? Give feedback.
-
What payload should I re-attach? I already tried with random strings but that doesn't work. |
Beta Was this translation helpful? Give feedback.
Then please check with Payconiq on what the payload they're signing and detaching is. I cannot possibly know...