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 Spherity entry #128

Merged
merged 1 commit into from
Nov 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
5 changes: 5 additions & 0 deletions data/issuance-protocols/Issue-Credential-v3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$schema": "../../schemas/issuance-protocol.json",
"Name": "Issue Credential v3",
"Specification": "https://github.com/decentralized-identity/waci-didcomm/blob/main/issue_credential/README.md"
}
5 changes: 5 additions & 0 deletions data/presentation-protocols/Presentation-Exchange-v1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$schema": "../../schemas/presentation-protocol.json",
"Name": "Presentation Exchange v1",
"Specification": "https://identity.foundation/presentation-exchange/spec/v1.0.0/"
}
10 changes: 5 additions & 5 deletions data/wallets/spherity-wallet.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"capability": ["issuer", "holder", "verifier"],
"company": "Spherity GmbH",
"credentialFormats": ["AnonCred", "LDP-VC"],
"issuanceProtocols": ["OpenID4VCI", "Issue Credential v2"],
"credentialFormats": ["LDP-VC"],
"issuanceProtocols": ["Issue Credential v3"],
"logo": "logos/spherity-wallet.png",
"name": "Spherity Wallet",
"openSource": false,
"presentationProtocols": ["OpenID4VP"],
"presentationProtocols": ["Presentation Exchange v1"],
"$schema": "../../schemas/wallet.json",
"signingAlgorithms": ["CL", "BBS+ with public key binding", "EdDSA"],
"signingAlgorithms": ["BBS+ with public key binding", "ECDSA", "EdDSA", "RSA"],
"statusManagements": ["Status List 2021"],
"type": "edge",
"type": "cloud",
"urlWebsite": "https://www.spherity.com/enterprise-identity-wallet"
}
13 changes: 6 additions & 7 deletions viewer/src/app/wallets/wallets-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1754,28 +1754,27 @@ export const walletData: Wallet[] = [
],
"company": "Spherity GmbH",
"credentialFormats": [
"AnonCred",
"LDP-VC"
],
"issuanceProtocols": [
"OpenID4VCI",
"Issue Credential v2"
"Issue Credential v3"
],
"logo": "logos/spherity-wallet.png",
"name": "Spherity Wallet",
"openSource": false,
"presentationProtocols": [
"OpenID4VP"
"Presentation Exchange v1"
],
"signingAlgorithms": [
"CL",
"BBS+ with public key binding",
"EdDSA"
"ECDSA",
"EdDSA",
"RSA"
],
"statusManagements": [
"Status List 2021"
],
"type": "edge",
"type": "cloud",
"urlWebsite": "https://www.spherity.com/enterprise-identity-wallet",
"id": "spherity-wallet",
"commitHistory": "https://github.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/commits/main/wallets/spherity-wallet.json"
Expand Down
4 changes: 3 additions & 1 deletion viewer/src/assets/schemas/fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"ISO 23220-3",
"Issue Credential v1",
"Issue Credential v2",
"Issue Credential v3",
"OpenID4VCI"
]
},
Expand All @@ -98,7 +99,8 @@
"enum": [
"OpenID4VP",
"Present Proof v2",
"Present Proof v1.0"
"Present Proof v1.0",
"Presentation Exchange v1"
]
},
"Trust-Management": {
Expand Down
2 changes: 1 addition & 1 deletion viewer/src/assets/structure.json

Large diffs are not rendered by default.