How to verify token obtained through docker-v2 protocol when multiple signing key exists? #9902
Unanswered
bhushanthakur93
asked this question in
Q&A
Replies: 0 comments
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.
-
Per the docker protocol that is implemented (https://docs.docker.com/registry/spec/auth/jwt/), I see there is a transformation done on kid claim that's valid per protocol.
My question is how should client go about verification of token when there exists multiple signing keys in a realm and the kid published through certs endpoint is different than the one on token?
Beta Was this translation helpful? Give feedback.
All reactions