Skip to content

Commit 287281c

Browse files
JoTiTuDindexx
authored andcommitted
Fix supported algs for the issuer signed jwt in wallet metadata (#449)
Signed-off-by: Johannes Tuerk <[email protected]> Signed-off-by: Kevin <[email protected]>
1 parent 194eae0 commit 287281c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/WalletFramework.Oid4Vc/Oid4Vp/Models/WalletMetadata.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ public static WalletMetadata CreateDefault()
2626
{
2727
SdJwtVcFormat = new SdJwtFormat
2828
{
29-
IssuerSignedJwtAlgValues = ["ES256", "ES384", "ES512", "RS256"],
29+
IssuerSignedJwtAlgValues = ["ES256"],
3030
KeyBindingJwtAlgValues = ["ES256"]
3131
},
3232
SdJwtDcFormat = new SdJwtFormat
3333
{
34-
IssuerSignedJwtAlgValues = ["ES256", "ES384", "ES512", "RS256"],
34+
IssuerSignedJwtAlgValues = ["ES256"],
3535
KeyBindingJwtAlgValues = ["ES256"]
3636
},
3737
MDocFormat = new MDocFormat

0 commit comments

Comments
 (0)