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
Since this library currently does not support the JWK format, an alternative would be to calculate the kid from an X.509 certificate as suggested by the ETSI JAdES specification:
The content of kid header parameter shall be the base64 (IETF RFC 4648) encoding of one DER-encoded instance of type IssuerSerial type defined in IETF RFC 5035.
Summary
KIDs may be calculated from the key information using RFC7638
https://datatracker.ietf.org/doc/html/rfc7638
Steps to reproduce
Sign a JWT without specifying the KID
Expected behavior
KID is automatically calculated and injected
The text was updated successfully, but these errors were encountered: