oauth-wg / oauth-sd-jwt-vc

draft-terbu-sd-jwt-vc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add sd_hash to payload of Key Biniding JWT example

gmirc12 opened this issue · comments

According to spec Key Binding for SD-JWT-VC,

the Key Binding JWT MUST adhere to the rules defined in Section 5.3 of SD-JWT spec

This means, that the sd_hash claim has to be included in the payload of the Key Binding JWT. Can you correct the example, given in SD-JWT-VC with Key Binding example, so that it includes the sd_hash claim?

Good catch! We will fix this. Indeed, the sd_hash is missing.

@danielfett can you fix the example?

Looks like we need to switch back to the pointing at the main branch of the sd-jwt-python library for generating the examples. sd_hash should show up automagically once that's done.