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 definition of kid is binary in CBOR and string in JSON, with no mapping between the two defined.
I propose JWP kid is restricted to be a binary value represented in BASE64URI encoding. This will limit the ability give keys friendly names or names which correspond to some other system, e.g. GUIDs.
I also propose a new header parameter, kyu, for key URL, to represent keys which are not identified by identifying labels but by location. An example of kid in JWS being used this way would be DIDs.
The text was updated successfully, but these errors were encountered:
The definition of
kid
is binary in CBOR and string in JSON, with no mapping between the two defined.I propose JWP
kid
is restricted to be a binary value represented in BASE64URI encoding. This will limit the ability give keys friendly names or names which correspond to some other system, e.g. GUIDs.I also propose a new header parameter,
kyu
, for key URL, to represent keys which are not identified by identifying labels but by location. An example ofkid
in JWS being used this way would be DIDs.The text was updated successfully, but these errors were encountered: