Skip to content

Commit

Permalink
Validity fixes (#70)
Browse files Browse the repository at this point in the history
* added hightrust.id

Signed-off-by: Antti Köliö <[email protected]>

* website and app links for hightrust.id

Signed-off-by: Antti Köliö <[email protected]>

* portability is boolean, linkToApp is invalid attribute name

Signed-off-by: Samuel Rinnetmäki <[email protected]>

* portability is boolean, linkToApp is invalid attribute name, fixed invalid JSON

Signed-off-by: Samuel Rinnetmäki <[email protected]>

* suggested values are not valid per Credential Format Comparison Group

Signed-off-by: Samuel Rinnetmäki <[email protected]>

---------

Signed-off-by: Antti Köliö <[email protected]>
Signed-off-by: Samuel Rinnetmäki <[email protected]>
Co-authored-by: Antti Köliö <[email protected]>
  • Loading branch information
samuelmr and akolio authored Apr 24, 2024
1 parent 8530236 commit 05e5a2d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 13 deletions.
4 changes: 2 additions & 2 deletions wallets/Procivis One Wallet.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down
4 changes: 2 additions & 2 deletions wallets/Procivis One.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down
7 changes: 4 additions & 3 deletions wallets/hightrust.id.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [],
Expand All @@ -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"
}
3 changes: 0 additions & 3 deletions wallets/iGrant.io Data Wallet.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"x509"
],
"issuanceProtocols": [
"Issue Credential v1",
"OpenID4VCI"
],
"keyManagements": [
Expand All @@ -48,7 +47,6 @@
"raw public keys (jwk)"
],
"presentationProtocols": [
"Present Proof v1",
"OpenID4VP"
],
"signingAlgorithms": [
Expand All @@ -63,7 +61,6 @@
"trustManagements": [
"EBSI Trust Registries",
"OpenID Connect Federation",
"Hyperledger Indy",
"Verifier knows Issuers",
"X.509 certificates"
],
Expand Down
3 changes: 0 additions & 3 deletions wallets/iGrant.io Enterprise Wallet.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"x509"
],
"issuanceProtocols": [
"Issue Credential v1",
"OpenID4VCI"
],
"keyManagements": [
Expand All @@ -47,7 +46,6 @@
"raw public keys (jwk)"
],
"presentationProtocols": [
"Present Proof v1",
"OpenID4VP"
],
"signingAlgorithms": [
Expand All @@ -62,7 +60,6 @@
"trustManagements": [
"EBSI Trust Registries",
"OpenID Connect Federation",
"Hyperledger Indy",
"Verifier knows Issuers",
"X.509 certificates"
],
Expand Down

0 comments on commit 05e5a2d

Please sign in to comment.