Issuer and verify credentials using the Swiss Digital identity public beta, ASP.NET Core and .NET Aspire

The post shows how to issue and verify identities (verifiable credentials) using the Swiss Digital identity and trust infrastructure, (swiyu), ASP.NET Core and .NET Aspire. The swiyu infrastructure…

Software Engineering

OpenID for Verifiable Presentations 1.0 is now final!

This is the core presentation protocol used with the Digital Credentials API.

https://openid.net/specs/openid-4-verifiable-presentations-1_0-final.html

#dc #oid4vp #vdc #mdl #vc #sdjwt #eudiw #dcapi #digitalcredentials

OpenID for Verifiable Presentations

This specification defines a protocol for requesting and presenting Credentials.

Do "Digital Credentials API", "OID4VP", "mdoc", and "SD-JWT-VC" mean anything to you? If so, I've got a new open source project that might interest you 👀

npm install @simpledigicreds/server
deno add jsr:@simpledigicreds/server

Features include:

  • Unencrypted requests
  • Unencrypted responses
  • Encrypted responses (following OID4VC HAIP)
  • Stateless presentation verification

A docs site is Coming Soon™, so for now check out the README for a Getting Started guide:

Feedback welcome at https://github.com/MasterKale/SimpleDigiCreds 😀

#digitalcredentials #oid4vp #mdoc #sdjwtvc

@simpledigicreds/server

Part of a collection of TypeScript-first libraries for simpler Digital Credential presentation and verification. Pairs with @simpledigicreds/browser. Latest version: 0.5.0, last published: 15 minutes ago. Start using @simpledigicreds/server in your project by running `npm i @simpledigicreds/server`. There are no other projects in the npm registry using @simpledigicreds/server.

npm

Alright, I've got mdoc verification over OID4VP figured out. Time to dig into SD-JWT 📚

#digitalcredentials #mdoc #oid4vp #sdjwt