Hi Folks, I have no idea how to verify the signatu...
# talk-hydra
h
Hi Folks, I have no idea how to verify the signature from id_token. Could you please suggest to me?
l
I would use JWKS (JSON Web Key Set) and the public hydra jwks.json endpoint
https://<url to your public hydra>/.well-known/jwks.json
h
Do you have any example to use JWKS verify signature?
l
h
OK, Thank so much