Closed astrom-b closed 2 weeks ago
Yeah sha-256 is right. In fact, It's case-sensitive. see https://github.com/oauth-wg/oauth-selective-disclosure-jwt/issues/523#issuecomment-2469282939
hey all, thanks for bringing this up... it should already have been corrected in the staging branch. Please verify and close if so. Also, @astrom-b there are a couple issues you have raised that I belive have already been adressed ... if so can you please close them so I can merge the staging to the main :)
Closing this issue since it was already fixed in staging. My bad :)
The value for
_sd_alg
is incorrect in several places. According to the SD-JWT standard, hash algorithm names must match with those from the IANA hash algorithm registry [1]. The_sd_alg
value used isSHA-256
, while the correct one, according to [1] would besha-256
.[1] https://www.iana.org/assignments/named-information/named-information.xhtml