Skip to content

Commit

Permalink
update lissi entries
Browse files Browse the repository at this point in the history
Signed-off-by: or <[email protected]>
  • Loading branch information
ed-curran committed Oct 17, 2024
1 parent bb2de95 commit c1bb3df
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
15 changes: 13 additions & 2 deletions wallets/lissi-eudi-wallet-connector.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,19 @@
"company": "Lissi GmbH",
"contact": "[email protected]",
"companyUrl": "https://www.lissi.id/",
"credentialProfiles": ["HAIP"],
"logo": "logos/lissi-wallet.png",
"credentialProfiles": [
"HAIP",
"ISO mDL",
"SD-JWT VCs (w/ X.509 for Issuers)"
],
"credentialFormats": ["MDOC", "SD-JWT-VC"],
"issuanceProtocols": ["OpenID4VCI"],
"keyManagements": [".well-known/jwt-issuer", "pub key in X.509 cert"],
"presentationProtocols": ["OpenID4VP"],
"signingAlgorithms": ["ECDSA"],
"statusManagements": ["JWT/CWT status list"],
"trustManagements": ["Verifier knows Issuers", "X.509 certificates"],
"logo": "https://assets-global.website-files.com/650b4f016a7caa62477fd0ec/653a7e1dd9767e260d3aff66_lissi-logo-black.svg",
"name": "Lissi EUDI-Wallet Connector",
"openSource": false,
"$schema": "../viewer/src/assets/schema.json",
Expand Down
14 changes: 12 additions & 2 deletions wallets/lissi-wallet.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,19 @@
"company": "Lissi GmbH",
"companyUrl": "https://www.lissi.id/",
"contact": "[email protected]",
"credentialProfiles": ["HAIP"],
"portability": false,
"credentialProfiles": [
"HAIP",
"ISO mDL",
"SD-JWT VCs (w/ X.509 for Issuers)"
],
"credentialFormats": ["MDOC", "SD-JWT-VC"],
"issuanceProtocols": ["OpenID4VCI"],
"logo": "logos/lissi-wallet.png",
"keyManagements": [".well-known/jwt-issuer", "pub key in X.509 cert"],
"signingAlgorithms": ["ECDSA"],
"statusManagements": ["JWT/CWT status list"],
"trustManagements": ["Verifier knows Issuers", "X.509 certificates"],
"logo": "https://assets-global.website-files.com/650b4f016a7caa62477fd0ec/653a7e1dd9767e260d3aff66_lissi-logo-black.svg",
"name": "Lissi Wallet",
"openSource": false,
"presentationProtocols": ["OpenID4VP"],
Expand Down

0 comments on commit c1bb3df

Please sign in to comment.