Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Lissi Entries #118

Merged
merged 3 commits into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed viewer/src/assets/logos/lissi-wallet.png
Binary file not shown.
Binary file added viewer/src/assets/logos/lissi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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": "info@lissi.id",
"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": "logos/lissi.png",
"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": "info@lissi.id",
"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": "logos/lissi.png",
"name": "Lissi Wallet",
"openSource": false,
"presentationProtocols": ["OpenID4VP"],
Expand Down