Closed cainlevy closed 7 years ago
Compatibility with https://github.com/keratin/authn/pull/36.
Identity tokens include a kid. Use that to select the correct signing key from the issuer's JWK set. If no kid is present, pick any key and expect the token to not verify.
kid
Compatibility with https://github.com/keratin/authn/pull/36.
Identity tokens include a
kid
. Use that to select the correct signing key from the issuer's JWK set. If nokid
is present, pick any key and expect the token to not verify.