From 05e5a2d62b1ec65cb30bbad673d3c479e86a8e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20Rinnetm=C3=A4ki?= Date: Wed, 24 Apr 2024 21:37:27 +0300 Subject: [PATCH] Validity fixes (#70) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * added hightrust.id Signed-off-by: Antti Köliö * website and app links for hightrust.id Signed-off-by: Antti Köliö * portability is boolean, linkToApp is invalid attribute name Signed-off-by: Samuel Rinnetmäki * portability is boolean, linkToApp is invalid attribute name, fixed invalid JSON Signed-off-by: Samuel Rinnetmäki * suggested values are not valid per Credential Format Comparison Group Signed-off-by: Samuel Rinnetmäki --------- Signed-off-by: Antti Köliö Signed-off-by: Samuel Rinnetmäki Co-authored-by: Antti Köliö --- wallets/Procivis One Wallet.json | 4 ++-- wallets/Procivis One.json | 4 ++-- wallets/hightrust.id.json | 7 ++++--- wallets/iGrant.io Data Wallet.json | 3 --- wallets/iGrant.io Enterprise Wallet.json | 3 --- 5 files changed, 8 insertions(+), 13 deletions(-) diff --git a/wallets/Procivis One Wallet.json b/wallets/Procivis One Wallet.json index 20ab65f..237f3e9 100644 --- a/wallets/Procivis One Wallet.json +++ b/wallets/Procivis One Wallet.json @@ -9,8 +9,8 @@ "capability": [ "holder" ], - "portability": "yes", - "linkToApp": "", + "portability": true, + "urlWebsite": "https://www.procivis.ch/en/procivis-one", "credentialProfiles": [ "ISO mDL", "JSON-LD VCs with BBS (Holder DID)" diff --git a/wallets/Procivis One.json b/wallets/Procivis One.json index c0eb030..380edb9 100644 --- a/wallets/Procivis One.json +++ b/wallets/Procivis One.json @@ -11,8 +11,8 @@ "holder", "verifier" ], - "portability": "yes", - "linkToApp": "", + "portability": true, + "urlWebsite": "https://www.procivis.ch/en/procivis-one", "credentialProfiles": [ "ISO mDL", "JSON-LD VCs with BBS (Holder DID)" diff --git a/wallets/hightrust.id.json b/wallets/hightrust.id.json index 6a76bd9..dfdbf1f 100644 --- a/wallets/hightrust.id.json +++ b/wallets/hightrust.id.json @@ -2,12 +2,10 @@ "name": "hightrust.id", "logo": "https://raw.githubusercontent.com/megical/hightrust.id-assets/main/AppIcons/hitid-app-icon-1024.png", "company": "Megical Oy", - "urlWebsite": "https://www.hightrust.id", "type": "edge", "openSource": false, "license": "Commercial software license", "capability": [], - "portability": false, "credentialProfiles": [], "credentialFormats": [], "issuanceProtocols": [], @@ -16,5 +14,8 @@ "signingAlgorithms": [], "statusManagements": [], "trustManagements": [], - "$schema": "../viewer/src/assets/schema.json" + "urlAppStore": "https://apps.apple.com/fi/app/hightrust-id/id1549852126", + "urlGooglePlayStore": "https://play.google.com/store/apps/details?id=com.megical.easyaccess", + "urlWebsite": "https://www.hightrust.id", + "$schema": "../schema.json" } diff --git a/wallets/iGrant.io Data Wallet.json b/wallets/iGrant.io Data Wallet.json index 7a3d47b..2d58d82 100644 --- a/wallets/iGrant.io Data Wallet.json +++ b/wallets/iGrant.io Data Wallet.json @@ -34,7 +34,6 @@ "x509" ], "issuanceProtocols": [ - "Issue Credential v1", "OpenID4VCI" ], "keyManagements": [ @@ -48,7 +47,6 @@ "raw public keys (jwk)" ], "presentationProtocols": [ - "Present Proof v1", "OpenID4VP" ], "signingAlgorithms": [ @@ -63,7 +61,6 @@ "trustManagements": [ "EBSI Trust Registries", "OpenID Connect Federation", - "Hyperledger Indy", "Verifier knows Issuers", "X.509 certificates" ], diff --git a/wallets/iGrant.io Enterprise Wallet.json b/wallets/iGrant.io Enterprise Wallet.json index 92a414f..7b54550 100644 --- a/wallets/iGrant.io Enterprise Wallet.json +++ b/wallets/iGrant.io Enterprise Wallet.json @@ -33,7 +33,6 @@ "x509" ], "issuanceProtocols": [ - "Issue Credential v1", "OpenID4VCI" ], "keyManagements": [ @@ -47,7 +46,6 @@ "raw public keys (jwk)" ], "presentationProtocols": [ - "Present Proof v1", "OpenID4VP" ], "signingAlgorithms": [ @@ -62,7 +60,6 @@ "trustManagements": [ "EBSI Trust Registries", "OpenID Connect Federation", - "Hyperledger Indy", "Verifier knows Issuers", "X.509 certificates" ],