From 0294b7b7df3c78945adec1387c584e9d6d58412c Mon Sep 17 00:00:00 2001 From: Tim Boeckmann <2022378+tboeckmann@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:24:47 +0000 Subject: [PATCH] add vidos-id.json Signed-off-by: Tim Boeckmann <2022378+tboeckmann@users.noreply.github.com> --- wallets/vidos-id.json | 48 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 wallets/vidos-id.json diff --git a/wallets/vidos-id.json b/wallets/vidos-id.json new file mode 100644 index 0000000..4c973a1 --- /dev/null +++ b/wallets/vidos-id.json @@ -0,0 +1,48 @@ +{ + "capability": [ + "verifier" + ], + "type": "cloud", + "name": "Vidos Verifier", + "logo": "https://vidos-id.github.io/static-assets/openwallet_foundation/vidos-logo-onwhite.png", + "company": "Vidos", + "companyUrl": "https://vidos.id", + "urlWebsite": "https://vidos.id", + "urlWebApp": "https://vidos.id", + "openSource": false, + "license": "Commercial SaaS", + "portability": false, + "credentialProfiles": [ + "JSON-LD VCs with BBS (Credential is Secret)", + "JSON-LD VCs with BBS (Holder DID)" + ], + "credentialFormats": [ + "JWT-VC", + "JWT", + "LDP-VC", + "VC (1.1)" + ], + "issuanceProtocols": [], + "keyManagements": [ + "did:cheqd", + "did:ebsi", + "did:ion (long form)", + "did:jwk", + "did:key", + "did:peer", + "did:web" + ], + "presentationProtocols": [], + "signingAlgorithms": [ + "BBS+ with public key binding", + "ECDSA", + "EdDSA", + "RSA", + "Schnorr" + ], + "statusManagements": [ + "Status List 2021" + ], + "trustManagements": [], + "$schema": "../viewer/src/assets/schema.json" +} \ No newline at end of file