What is the point of signing a JWT with a JWK if you need to communicate with the token issuer?
If I understand correctly, a JSON Web Token (JWT) can be asymmetrically signed with a special private key (JWK). At least in some common configurations, the public part of the signing key can’t be obtained via classic x.509 certificates, b… Continue reading What is the point of signing a JWT with a JWK if you need to communicate with the token issuer?