项目作者: swiss-ssi-group

项目描述 :
Self Sovereign Identity example for credential issuer and credential verification using ASP.NET Core
高级语言: SCSS
项目地址: git://github.com/swiss-ssi-group/TrinsicAspNetCore.git
创建时间: 2021-03-19T08:37:40Z
项目社区:https://github.com/swiss-ssi-group/TrinsicAspNetCore

开源协议:MIT License

下载


.NET

Self Sovereign Identity (SSI)

Self Sovereign Identity example for credential issuer and credential verification using ASP.NET Core

Blogs

History

2021-09-25 Updated packages

Testing and running the applications

User secrets NationalDrivingLicense

  1. {
  2. "ConnectionStrings": {
  3. "DefaultConnection": "--db-connection-string--"
  4. },
  5. "Trinsic": {
  6. "ApiKey": "--your-api-key-organisation--",
  7. "CredentialTemplateDefinitionId": "--Template-credential-definition-id--"
  8. }
  9. }

User secrets BoInsurance

  1. {
  2. "Trinsic": {
  3. "ApiKey": "--your-api-key-organisation-which-does-the-verification--",
  4. "NationalDrivingLicense": {
  5. "DID": "--your-DID-from-credential-issuer--"
  6. }
  7. }
  8. }

https://studio.trinsic.id/

https://www.youtube.com/watch?v=mvF5gfMG9ps

https://github.com/trinsic-id/verifier-reference-app

https://docs.trinsic.id/docs/tutorial

https://sovrin.org/faq/what-is-self-sovereign-identity/

https://techcommunity.microsoft.com/t5/identity-standards-blog/ion-we-have-liftoff/ba-p/1441555

https://github.com/hyperledger/aries-framework-dotnet

https://github.com/Azure-Samples/active-directory-verifiable-credentials

https://www.microsoft.com/en/security/business/identity-access-management/decentralized-identity-blockchain

https://github.com/decentralized-identity/ion

https://bitbucket.org/openid/connect/src/master/openid-connect-self-issued-v2-1_0.md

https://www.lfph.io/wp-content/uploads/2021/02/Verifiable-Credentials-Flavors-Explained.pdf

https://techcommunity.microsoft.com/t5/identity-standards-blog/new-explorations-in-secret-recovery/ba-p/1441550

https://www.w3.org/TR/vc-data-model/