You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, a kid-to-cert map is used to determine which cert is required to verify a JWT signature. However, the kid is optional and not part of rfc7519. It is, however, part of rfc7515 (https://tools.ietf.org/html/rfc7515#section-4.1.4). Therefore, it might be better to create a issuer->subject->cert map (especially if a key consumer, other than Salesforce, does not provide a kid in the JWT protected header).
The text was updated successfully, but these errors were encountered:
Currently, a
kid
-to-cert map is used to determine which cert is required to verify a JWT signature. However, thekid
is optional and not part of rfc7519. It is, however, part of rfc7515 (https://tools.ietf.org/html/rfc7515#section-4.1.4). Therefore, it might be better to create aissuer->subject->cert
map (especially if a key consumer, other than Salesforce, does not provide akid
in the JWT protected header).The text was updated successfully, but these errors were encountered: