Closed sandrask closed 3 years ago
Step 1. in https://identity.foundation/sidetree/spec/#signing states:
Reference application doesn't use kid and it expects only one header 'alg'. https://github.com/decentralized-identity/sidetree/blob/0dbf2c8ce6ef8981ebc6735066841bce39e2648f/lib/core/versions/latest/util/Jws.ts#L43
Also, fixtures don't have kid in the protected header.
See also: https://github.com/decentralized-identity/did-jose-extensions/blob/master/options.md
Recommend we change this to a MAY....
I am ok with MAY
This has been fixed.
Step 1. in https://identity.foundation/sidetree/spec/#signing states:
Reference application doesn't use kid and it expects only one header 'alg'. https://github.com/decentralized-identity/sidetree/blob/0dbf2c8ce6ef8981ebc6735066841bce39e2648f/lib/core/versions/latest/util/Jws.ts#L43
Also, fixtures don't have kid in the protected header.