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
The SPIFFE standards define other Key use values (x509-svid and jwt-svid) and I'm looking into add support for those values into the rust-spiffe library, which uses the jsonwekkey crate to process the JWKs.
The text was updated successfully, but these errors were encountered:
Currently the library validates that the
use
field when present contain only eithersig
orenc
.The RFC 7517 - JSON Web Key states that
Other values MAY be used.
.The SPIFFE standards define other Key use values (
x509-svid
andjwt-svid
) and I'm looking into add support for those values into the rust-spiffe library, which uses thejsonwekkey
crate to process the JWKs.The text was updated successfully, but these errors were encountered: