Fix: Corrected media type/format string for SD-JWT-VC
Closes #29620 Signed-off-by: Francis Pouatcha <francis.pouatcha@adorsys.com>
This commit is contained in:
parent
bc1112d056
commit
29dee7ec63
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public enum Format {
|
|||
/**
|
||||
* SD-JWT-Credentials {@see https://drafts.oauth.net/oauth-sd-jwt-vc/draft-ietf-oauth-sd-jwt-vc.html}
|
||||
*/
|
||||
SD_JWT_VC("sd-jwt_vc");
|
||||
SD_JWT_VC("vc+sd-jwt");
|
||||
|
||||
private String value;
|
||||
|
||||
|
|
Loading…
Reference in a new issue