-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update altme and talao wallet providers properties (#133)
Signed-off-by: hawkbee1 <[email protected]>
- Loading branch information
Showing
2 changed files
with
62 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,40 @@ | ||
{ | ||
"capability": ["holder"], | ||
"company": "Talao", | ||
"credentialFormats": [ | ||
"JWT-VC", | ||
"JWT", | ||
"LDP-VC", | ||
"SD-JWT-VC", | ||
"SD-JWT", | ||
"x509" | ||
], | ||
"contact": "[email protected]", | ||
"urlWebsite": "https://altme.io/", | ||
"credentialProfiles": ["EBSI"], | ||
"credentialProfiles": [ | ||
"EBSI", | ||
"HAIP", | ||
"SD-JWT VCs (w/ X.509 for Issuers)", | ||
"x.509" | ||
], | ||
"downloadSource": "https://github.com/TalaoDAO/AltMe", | ||
"keyManagements": [ | ||
".well-known/jwt-issuer", | ||
"did:ebsi", | ||
"did:key", | ||
"did:jwk", | ||
"did:web", | ||
"jwks_uri", | ||
"pub key in X.509 cert" | ||
], | ||
"presentationProtocols": ["OpenID4VP"], | ||
"signingAlgorithms": ["ECDSA", "EdDSA"], | ||
"statusManagements": ["JWT/CWT status list", "Status List 2021"], | ||
"trustManagements": [ | ||
"EBSI Trust Registries", | ||
"Verifier knows Issuers", | ||
"X.509 certificates" | ||
], | ||
"license": "Apache 2.0", | ||
"logo": "logos/altme.png", | ||
"name": "Altme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters