Skip to content

Commit

Permalink
Corrected attribute names of SD-JWT-VC issuer metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
babisRoutis committed Nov 20, 2024
1 parent bc81120 commit 0e7fed3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ class MetaDataApi(
.json()
.bodyValueAndAwait(
buildJsonObject {
put("issuer ", JsonPrimitive(credentialIssuerMetaData.id.externalForm))
put("jwks ", Json.parseToJsonElement(credentialIssuerMetaData.jwtVcIssuerJwks.toString(true)))
put("issuer", JsonPrimitive(credentialIssuerMetaData.id.externalForm))
put("jwks", Json.parseToJsonElement(credentialIssuerMetaData.jwtVcIssuerJwks.toString(true)))
},
)

Expand Down

0 comments on commit 0e7fed3

Please sign in to comment.