mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2025-02-28 19:11:26 -05:00
1240 lines
46 KiB
HTML
1240 lines
46 KiB
HTML
![]() |
<!doctype html>
|
|||
|
<!--
|
|||
|
Minimal Mistakes Jekyll Theme 4.24.0 by Michael Rose
|
|||
|
Copyright 2013-2020 Michael Rose - mademistakes.com | @mmistakes
|
|||
|
Free for personal and commercial use under the MIT license
|
|||
|
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
|||
|
-->
|
|||
|
<html lang="en" class="no-js">
|
|||
|
<head>
|
|||
|
<meta charset="utf-8">
|
|||
|
|
|||
|
<!-- begin _includes/seo.html --><title>Ecosystem Overview | Verifiable Credentials and Self Sovereign Identity Web Directory</title>
|
|||
|
<meta name="description" content="A high level view of the Verifiable Credentials ecosystem.">
|
|||
|
|
|||
|
|
|||
|
<meta name="author" content="DIDecentral">
|
|||
|
|
|||
|
<meta property="article:author" content="DIDecentral">
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<meta property="og:type" content="article">
|
|||
|
<meta property="og:locale" content="en_US">
|
|||
|
<meta property="og:site_name" content="Verifiable Credentials and Self Sovereign Identity Web Directory">
|
|||
|
<meta property="og:title" content="Ecosystem Overview">
|
|||
|
<meta property="og:url" content="https://decentralized-id.com/ecosystem/">
|
|||
|
|
|||
|
|
|||
|
<meta property="og:description" content="A high level view of the Verifiable Credentials ecosystem.">
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<meta property="og:image" content="https://decentralized-id.com/images/DID_og.webp">
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<meta name="twitter:site" content="@infominer33">
|
|||
|
<meta name="twitter:title" content="Ecosystem Overview">
|
|||
|
<meta name="twitter:description" content="A high level view of the Verifiable Credentials ecosystem.">
|
|||
|
<meta name="twitter:url" content="https://decentralized-id.com/ecosystem/">
|
|||
|
|
|||
|
|
|||
|
<meta name="twitter:card" content="summary_large_image">
|
|||
|
<meta name="twitter:image" content="https://decentralized-id.com/images/DID_og.webp">
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<meta property="article:published_time" content="2023-10-05T00:00:00+13:00">
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<meta property="article:modified_time" content="2024-02-26T00:00:00+13:00">
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<link rel="canonical" href="https://decentralized-id.com/ecosystem/">
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<script type="application/ld+json">
|
|||
|
{
|
|||
|
"@context": "https://schema.org",
|
|||
|
|
|||
|
"@type": "Person",
|
|||
|
"name": "Infominer",
|
|||
|
"url": "https://decentralized-id.com/"
|
|||
|
|
|||
|
}
|
|||
|
</script>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<!-- end _includes/seo.html -->
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Verifiable Credentials and Self Sovereign Identity Web Directory Feed">
|
|||
|
|
|||
|
|
|||
|
<!-- https://t.co/dKP3o1e -->
|
|||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|||
|
|
|||
|
<script>
|
|||
|
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
|
|||
|
</script>
|
|||
|
|
|||
|
<!-- For all browsers -->
|
|||
|
<link rel="stylesheet" href="/assets/css/main.css">
|
|||
|
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
|
|||
|
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css"></noscript>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<meta name="yandex-verification" content="876ea269be433d62" />
|
|||
|
<!-- Favicons -->
|
|||
|
<link rel="apple-touch-icon" sizes="180x180" href="https://decentralized-id.com/assets/icons/apple-touch-icon.png">
|
|||
|
<link rel="icon" type="image/png" sizes="32x32" href="https://decentralized-id.com/assets/icons/favicon-32x32.png">
|
|||
|
<link rel="icon" type="image/png" sizes="16x16" href="https://decentralized-id.com/assets/icons/favicon-16x16.png">
|
|||
|
<link rel="manifest" href="https://decentralized-id.com/assets/icons/site.webmanifest">
|
|||
|
<link rel="mask-icon" href="https://decentralized-id.com/assets/icons/safari-pinned-tab.svg" color="#eeeeef">
|
|||
|
<link rel="shortcut icon" href="https://decentralized-id.com/assets/icons/favicon.ico">
|
|||
|
<meta name="msapplication-TileColor" content="#eeeeef">
|
|||
|
<meta name="msapplication-config" content="https://decentralized-id.com/assets/icons/browserconfig.xml">
|
|||
|
<meta name="theme-color" content="#eeeeef">
|
|||
|
|
|||
|
<!-- start custom head snippets -->
|
|||
|
|
|||
|
<!-- insert favicons. use https://realfavicongenerator.net/ -->
|
|||
|
|
|||
|
<!-- end custom head snippets -->
|
|||
|
|
|||
|
</head>
|
|||
|
|
|||
|
<body class="layout--single wide">
|
|||
|
<nav class="skip-links">
|
|||
|
<ul>
|
|||
|
<li><a href="#site-nav" class="screen-reader-shortcut">Skip to primary navigation</a></li>
|
|||
|
<li><a href="#main" class="screen-reader-shortcut">Skip to content</a></li>
|
|||
|
<li><a href="#footer" class="screen-reader-shortcut">Skip to footer</a></li>
|
|||
|
</ul>
|
|||
|
</nav>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<div class="masthead">
|
|||
|
<div class="masthead__inner-wrap">
|
|||
|
<div class="masthead__menu">
|
|||
|
<nav id="site-nav" class="greedy-nav">
|
|||
|
|
|||
|
<a class="site-logo" href="/"><img src="/images/DID.webp" alt="Decentralized Identity"></a>
|
|||
|
|
|||
|
<a class="site-title" href="/">
|
|||
|
Decentralized Identity
|
|||
|
|
|||
|
</a>
|
|||
|
<ul class="visible-links"><li class="masthead__menu-item">
|
|||
|
<a href="/introduction/">Introduction</a>
|
|||
|
</li><li class="masthead__menu-item">
|
|||
|
<a href="/ecosystem/">Ecosystem</a>
|
|||
|
</li><li class="masthead__menu-item">
|
|||
|
<a href="/posts/">New</a>
|
|||
|
</li><li class="masthead__menu-item">
|
|||
|
<a href="/recent/">Updated</a>
|
|||
|
</li><li class="masthead__menu-item">
|
|||
|
<a href="/categories/">Categories</a>
|
|||
|
</li><li class="masthead__menu-item">
|
|||
|
<a href="/about/">Welcome</a>
|
|||
|
</li><li class="masthead__menu-item">
|
|||
|
<a href="/aim/">Aim</a>
|
|||
|
</li></ul>
|
|||
|
|
|||
|
<button class="greedy-nav__toggle hidden" type="button">
|
|||
|
<span class="visually-hidden">Toggle menu</span>
|
|||
|
<div class="navicon"></div>
|
|||
|
</button>
|
|||
|
<ul class="hidden-links hidden"></ul>
|
|||
|
</nav>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
|
|||
|
|
|||
|
<div class="initial-content">
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<div id="main" role="main">
|
|||
|
|
|||
|
<div class="sidebar sticky">
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<img src="/images/the-world-map-from-a-binary-code.webp"
|
|||
|
alt="Binary Globe by GDj">
|
|||
|
|
|||
|
<h3>Identity Decentralized</h3>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<nav class="nav__list">
|
|||
|
|
|||
|
<input id="ac-toc" name="accordion-toc" type="checkbox" />
|
|||
|
<label for="ac-toc">Toggle menu</label>
|
|||
|
<ul class="nav__items">
|
|||
|
|
|||
|
<li>
|
|||
|
|
|||
|
<a href="/"><span class="nav__sub-title">Home</span></a>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<ul>
|
|||
|
|
|||
|
<li><a href="/history/">• Resources & Pre-History</a></li>
|
|||
|
|
|||
|
<li><a href="/history/2000-2009/">• 2000-2009</a></li>
|
|||
|
|
|||
|
<li><a href="/history/2010-2014/">• 2010-2014</a></li>
|
|||
|
|
|||
|
<li><a href="/history/2015-2019/">• 2015-2019</a></li>
|
|||
|
|
|||
|
</ul>
|
|||
|
|
|||
|
</li>
|
|||
|
|
|||
|
<li>
|
|||
|
|
|||
|
<a href="/categories/#companies"><span class="nav__sub-title">New Pages New Structure</span></a>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<ul>
|
|||
|
|
|||
|
<li><a href="/companies/ValidatedID/">• ValidatedID</a></li>
|
|||
|
|
|||
|
<li><a href="/companies/ValidatedID/">• SpruceID</a></li>
|
|||
|
|
|||
|
<li><a href="/companies/Spherity/">• Spherity</a></li>
|
|||
|
|
|||
|
<li><a href="/companies/MyDEX/">• MyDEX</a></li>
|
|||
|
|
|||
|
<li><a href="/companies/Mattereum/">• Mattereum</a></li>
|
|||
|
|
|||
|
<li><a href="/companies/MagicLabs/">• Magic Labs</a></li>
|
|||
|
|
|||
|
<li><a href="/companies/Lissi/">• Lissi</a></li>
|
|||
|
|
|||
|
<li><a href="/companies/Indicio/">• Indicio</a></li>
|
|||
|
|
|||
|
<li><a href="/companies/IDramp/">• IDRamp</a></li>
|
|||
|
|
|||
|
<li><a href="/companies/GlobalID/">• GlobalID</a></li>
|
|||
|
|
|||
|
<li><a href="/companies/Gataca/">• Gataca</a></li>
|
|||
|
|
|||
|
</ul>
|
|||
|
|
|||
|
</li>
|
|||
|
|
|||
|
<li>
|
|||
|
|
|||
|
<span class="nav__sub-title">Literature</span>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<ul>
|
|||
|
|
|||
|
<li><a href="https://identosphere.net/">• Identosphere Blog Catcher</a></li>
|
|||
|
|
|||
|
<li><a href="https://newsletter.identosphere.net/">• Identosphere Newsletter</a></li>
|
|||
|
|
|||
|
<li><a href="/literature/self-sovereign-identity/">• SSI Literature</a></li>
|
|||
|
|
|||
|
<li><a href="/workshops/internet-identity-workshop/">• IIW Session Topics</a></li>
|
|||
|
|
|||
|
<li><a href="/workshops/rebooting-web-of-trust/">• RWoT Papers Index</a></li>
|
|||
|
|
|||
|
</ul>
|
|||
|
|
|||
|
</li>
|
|||
|
|
|||
|
<li>
|
|||
|
|
|||
|
<a href="/web-standards/"><span class="nav__sub-title">Web Standards</span></a>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<ul>
|
|||
|
|
|||
|
<li><a href="/web-standards/w3c/">• W3C</a></li>
|
|||
|
|
|||
|
<li><a href="/web-standards/w3c/wg/vc/verifiable-credentials/">• Verifiable Credentials</a></li>
|
|||
|
|
|||
|
<li><a href="/web-standards/linked-data/JSON-LD/">• JSON-LD</a></li>
|
|||
|
|
|||
|
<li><a href="/web-standards/gs1/">• GS1</a></li>
|
|||
|
|
|||
|
</ul>
|
|||
|
|
|||
|
</li>
|
|||
|
|
|||
|
<li>
|
|||
|
|
|||
|
<span class="nav__sub-title">Regulation</span>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<ul>
|
|||
|
|
|||
|
<li><a href="/government/europe/regulation/eidas/">• eIDAS</a></li>
|
|||
|
|
|||
|
<li><a href="/government/europe/regulation/gdpr/">• GDPR</a></li>
|
|||
|
|
|||
|
</ul>
|
|||
|
|
|||
|
</li>
|
|||
|
|
|||
|
<li>
|
|||
|
|
|||
|
<a href="/organizations/"><span class="nav__sub-title">Organizations</span></a>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<ul>
|
|||
|
|
|||
|
<li><a href="/organizations/decentralized-identity-foundation/">• Identity Foundation</a></li>
|
|||
|
|
|||
|
<li><a href="/organizations/mydata/">• My Data</a></li>
|
|||
|
|
|||
|
<li><a href="/blockchain/hyperledger/">• Hyperledger Foundation</a></li>
|
|||
|
|
|||
|
<li><a href="/organizations/sovrin-foundation/">• Sovrin Foundation</a></li>
|
|||
|
|
|||
|
<li><a href="/organizations/ssi-meetup/">• SSI Meetup</a></li>
|
|||
|
|
|||
|
<li><a href="/organizations/women-in-identity/">• Women in Identity</a></li>
|
|||
|
|
|||
|
</ul>
|
|||
|
|
|||
|
</li>
|
|||
|
|
|||
|
<li>
|
|||
|
|
|||
|
<span class="nav__sub-title">Infominer</span>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<ul>
|
|||
|
|
|||
|
<li><a href="https://infominer.xyz/">• InfoHub</a></li>
|
|||
|
|
|||
|
<li><a href="https://identosphere.net/">• Identosphere Newsletter</a></li>
|
|||
|
|
|||
|
<li><a href="https://identosphere.net/">• Identosphere BlogCatcher</a></li>
|
|||
|
|
|||
|
<li><a href="https://bitcoinfo.github.io/history/">• Bitcoin Histories</a></li>
|
|||
|
|
|||
|
<li><a href="https://sourcecrypto.github.io/decentralized-web/">• Decentralized Web Histories</a></li>
|
|||
|
|
|||
|
<li><a href="https://sourcecrypto.github.io">• Source⧉Crypto</a></li>
|
|||
|
|
|||
|
</ul>
|
|||
|
|
|||
|
</li>
|
|||
|
|
|||
|
</ul>
|
|||
|
</nav>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
</div>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<article class="page h-entry" itemscope itemtype="https://schema.org/CreativeWork">
|
|||
|
<meta itemprop="headline" content="Ecosystem Overview">
|
|||
|
<meta itemprop="description" content="This page includes a breakdown of the Web Standards, Protocols,Open Source Projects, Organizations, Companies, Regions, Government and Policy surrounding Verifiable Credentials and Self Sovereign Identity.">
|
|||
|
<meta itemprop="datePublished" content="2023-10-05T00:00:00+13:00">
|
|||
|
<meta itemprop="dateModified" content="2024-02-26T00:00:00+13:00">
|
|||
|
|
|||
|
<div class="page__inner-wrap">
|
|||
|
|
|||
|
<header>
|
|||
|
<h1 id="page-title" class="page__title p-name" itemprop="headline">
|
|||
|
<a href="https://decentralized-id.com/ecosystem/" class="u-url" itemprop="url">Ecosystem Overview
|
|||
|
</a>
|
|||
|
</h1>
|
|||
|
|
|||
|
|
|||
|
<p class="page__meta">
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<span class="page__meta-readtime">
|
|||
|
<i class="far fa-clock" aria-hidden="true"></i>
|
|||
|
|
|||
|
2 minute read
|
|||
|
|
|||
|
</span>
|
|||
|
|
|||
|
</p>
|
|||
|
|
|||
|
|
|||
|
</header>
|
|||
|
|
|||
|
|
|||
|
<section class="page__content e-content" itemprop="text">
|
|||
|
|
|||
|
<aside class="sidebar__right ">
|
|||
|
<nav class="toc">
|
|||
|
<header><h4 class="nav__title"><i class="fas fa-link"></i> Contents</h4></header>
|
|||
|
<ul class="toc__menu"><li><a href="#open-standards">Open Standards</a><ul><li><a href="#decentralized-identifiers">Decentralized Identifiers</a></li><li><a href="#verifiable-credentials">Verifiable Credentials</a></li><li><a href="#related">Related</a></li><li><a href="#exchange-protocols">Exchange Protocols</a></li><li><a href="#authorization-protocols">Authorization Protocols</a></li><li><a href="#iso-standards">ISO Standards</a></li><li><a href="#data-stores">Data Stores</a></li><li><a href="#trust-frameworks">Trust Frameworks</a></li><li><a href="#non-ssi-identity-standards">Non SSI Identity Standards</a></li></ul></li><li><a href="#code-bases">Code-Bases</a><ul><li><a href="#open-source-projects">Open Source Projects</a></li><li><a href="#company-code">Company Code</a></li></ul></li><li><a href="#organizations">Organizations</a><ul><li><a href="#international-standard-development-organizations-sdo">International Standard Development Organizations [SDO]</a></li><li><a href="#national-governmentstandard-setting-bodies">National Government/Standard Setting Bodies</a></li><li><a href="#community-organizations">Community Organizations</a></li><li><a href="#ssi-networks">SSI Networks</a></li></ul></li><li><a href="#companies">Companies</a><ul><li><a href="#eu-ssi-startups">EU SSI Startups</a></li><li><a href="#us-ssi-startups">US SSI Startups</a></li><li><a href="#asia-ssi-startups">Asia SSI Startups</a></li><li><a href="#africa-ssi-startups">Africa SSI Startups</a></li><li><a href="#acquisitions">Acquisitions</a></li><li><a href="#analyst-firms">Analyst Firms</a></li><li><a href="#consulting-firms">Consulting Firms</a></li><li><a href="#iam-industry">IAM Industry</a></li></ul></li><li><a href="#policiesregulations-by-region">Policies/Regulations (by region)</a><ul><li><a href="#europe">Europe</a></li><li><a href="#asia">Asia</a></li><li><a href="#usa">USA</a></li><li><a href="#india">India</a></li><li><a href="#canada">Canada</a></li></ul></li><li><a href="#government-initiatives">Government Initiatives</a><ul><li><a href="#us">US</a></li><li><a href="#germany">Germany</a></li><li><a href="#uk">UK</a></li><li><a href="#eu">EU</a></li><li><a href="#apac">APAC</a></li><li><a href="#canada-1">Canada</a></li><li><a href="#latam">LatAm</a></li></ul></li><li><a href="#real-world-implementation">Real-World Implementation</a></li><li><a href="#types-by-typetopic">Types (by type+topic)</a></li><li><a href="#topics">Topics</a></li><li><a href="#web3-dweb--other-tech-by-focus">Web3, DWeb, & Other Tech (by focus)</a></li></ul>
|
|||
|
|
|||
|
</nav>
|
|||
|
</aside>
|
|||
|
|
|||
|
<p class="notice--info"><strong>Note to reader</strong>
|
|||
|
<strong>This is a Work in Progress, and should not be taken as authoritative or comprehensive.</strong>
|
|||
|
<em>Internal Links in Italic</em></p>
|
|||
|
|
|||
|
<h2 id="open-standards">Open Standards</h2>
|
|||
|
<h3 id="decentralized-identifiers"><a href="/web-standards/w3c/decentralized-identifier/"><em>Decentralized Identifiers</em></a></h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="/web-standards/w3c/decentralized-identifier/#Explainer"><em>Explainer</em></a></li>
|
|||
|
<li><a href="/web-standards/w3c/decentralized-identifier/#literature"><em>Literature</em></a></li>
|
|||
|
<li><a href="/web-standards/w3c/decentralized-identifier/did-methods/"><em>DID</em> Methods</a></li>
|
|||
|
<li><a href="/web-standards/w3c/decentralized-identifier/#Supporting"><em>Supporting</em> Tech</a>
|
|||
|
<ul>
|
|||
|
<li><a href="/projects/decentralized-identity-foundation/did-authentication/"><em>DIDAuth</em></a></li>
|
|||
|
</ul>
|
|||
|
</li>
|
|||
|
<li><a href="/self-sovereign-identity/critique-caution/"><em>Critique</em></a></li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3 id="verifiable-credentials">Verifiable Credentials</h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="/web-standards/w3c/verifiable-credentials/#About"><em>Explainer</em></a></li>
|
|||
|
<li><a href="/web-standards/w3c/verifiable-credentials/#Comparisons"><em>Comparisons</em></a></li>
|
|||
|
<li>Varieties
|
|||
|
<ul>
|
|||
|
<li>Data Integrity
|
|||
|
<ul>
|
|||
|
<li><a href="/web-standards/w3c/verifiable-credentials/data-integrity_ld-proofs/"><em>JSON</em>-LD LD-Proof</a> (w3c)</li>
|
|||
|
<li><a href="/web-standards/w3c/verifiable-credentials/data-integrity_ld-proofs/"><em>JSON</em>-LD ZKP BBS+</a> (w3c)</li>
|
|||
|
</ul>
|
|||
|
</li>
|
|||
|
<li><a href="/web-standards/w3c/verifiable-credentials/jose-jwt+cose-cbor/"><em>JOSE / COSE</em></a>
|
|||
|
<ul>
|
|||
|
<li><a href="https://www.ietf.org/id/draft-terbu-sd-jwt-vc-02.html">JSON SD-JWT</a> (ietf)</li>
|
|||
|
<li><a href="https://www.ietf.org/archive/id/draft-jmiller-jose-json-web-proof-00.html">JWP</a> (ietf)</li>
|
|||
|
</ul>
|
|||
|
</li>
|
|||
|
<li><a href="/web-standards/w3c/verifiable-credentials/zkp-cl_anoncreds/"><em>ZKP-CL</em></a> (Hyperledger)</li>
|
|||
|
</ul>
|
|||
|
</li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3 id="related">Related</h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="/web-standards/w3c/json-ld/"><em>JSON-LD</em></a> (W3C)</li>
|
|||
|
<li><a href="https://datatracker.ietf.org/doc/html/rfc8259">JSON</a> (IETF)</li>
|
|||
|
<li><a href="/web-standards/w3c/verifiable-credentials/data-integrity-bbs+/#blum-blum-shub"><em>BBS</em></a> (SIAM 1986)</li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3 id="exchange-protocols">Exchange Protocols</h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="/projects/decentralized-identity-foundation/did-communications/"><em>DIDComm</em></a> (DIF)</li>
|
|||
|
<li><a href="/web-standards/exchange-protocol/#CHAPI"><em>CHAPI</em></a> (DIF)</li>
|
|||
|
<li><a href="/web-standards/openid/openid-connect/#Verifiable Credentials"><em>OIDC4VC</em></a> (OpenID)</li>
|
|||
|
<li><a href="/web-standards/mobile-drivers-license-mdl-iso-18013/"><em>mDL</em></a> (ISO/IEC)</li>
|
|||
|
<li><a href="/web-standards/exchange-protocol/#WACI"><em>WACI-Pex</em></a> (DIF)</li>
|
|||
|
<li><a href="/web-standards/exchange-protocol/#VC%20Api"><em>VC-HTTP-API</em></a> (CCG)</li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3 id="authorization-protocols">Authorization Protocols</h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="https://w3c-ccg.github.io/zcap-spec/">zCap</a> (w3c)</li>
|
|||
|
<li><a href="https://github.com/ucan-wg/spec/">UCAN</a> (Fission, Bluesky, Protocol Labs)</li>
|
|||
|
<li><a href="https://datatracker.ietf.org/wg/gnap/about/">GNAP</a> (IETF)</li>
|
|||
|
<li><a href="https://www.ietf.org/rfc/rfc6749.txt">OAuth</a> (IETF)</li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3 id="iso-standards">ISO Standards</h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="https://www.iso.org/standard/69084.html">mDL</a> (ISO/IEC 18013-5)</li>
|
|||
|
<li><a href="https://standards.iteh.ai/catalog/tc/iso/58084a13-b883-4f4a-a372-7a5f9e4dca60/iso-iec-jtc-1-sc-17-wg-3">JTC 1/SC 17/WG 3 - Travel Documents</a> (ISO/IEC)</li>
|
|||
|
<li><a href="https://www.iso.org/standard/27001">ISO 27001</a></li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3 id="data-stores">Data Stores</h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="https://identity.foundation/edv-spec/">Encrypted Data Vaults</a> - EDV (DIF)</li>
|
|||
|
<li><a href="https://identity.foundation/decentralized-web-node/spec/">Decentralized Web Node</a> - DWN (DIF)</li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3 id="trust-frameworks">Trust Frameworks</h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="https://pages.nist.gov/800-63-3/">800-63-3</a> (NIST)</li>
|
|||
|
<li><a href="/government/canada/pctf/"><em>PCTF</em></a> (DIACC)</li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3 id="non-ssi-identity-standards">Non SSI Identity Standards</h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="/organizations/openid/"><em>OpenID</em></a> (OpenID)</li>
|
|||
|
<li><a href="https://fidoalliance.org/">FIDO</a> (FIDO)</li>
|
|||
|
<li><a href="https://datatracker.ietf.org/wg/oauth/about/">OAuth</a> (IETF)</li>
|
|||
|
<li><a href="https://datatracker.ietf.org/wg/scim/about/">SCIM</a> (IETF)</li>
|
|||
|
<li><a href="http://docs.oasis-open.org/security/saml/Post2.0/sstc-saml-tech-overview-2.0.html">SAML</a> (OASIS)</li>
|
|||
|
<li><a href="https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=kmip">KMIP</a> (OASIS)</li>
|
|||
|
<li><a href="/web-standards/w3c/webauthn/"><em>WebAuthN</em></a> (W3C)</li>
|
|||
|
<li><a href="https://docs.oasis-open.org/esat/sqrap/v1.0/csd01/sqrap-v1.0-csd01.html">Secure QR Code</a> (OASIS)</li>
|
|||
|
<li>Blockchain Standards
|
|||
|
<ul>
|
|||
|
<li><a href="https://www.iso.org/committee/6266604.html">ISOTC 307</a> (ISO)</li>
|
|||
|
<li><a href="https://standards.cencenelec.eu/dyn/www/f?p=205:7:0::::FSP_ORG_ID:2702172&cs=148F2B917E4B67BCFD6FE36CE0EA923AC">CEN/CLC/JTC 19</a> (CEN/EENTLIC)</li>
|
|||
|
<li><a href="/blockchain/ethereum/#erc-eip"><em>ERC-EIP</em></a> (Ethereum)</li>
|
|||
|
</ul>
|
|||
|
</li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h2 id="code-bases">Code-Bases</h2>
|
|||
|
|
|||
|
<h3 id="open-source-projects">Open Source Projects</h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="/projects/decentralized-identity-foundation/identifiers-and-discovery/#universal-resolver"><em>Universal Resolver</em></a> (DIF)</li>
|
|||
|
<li><a href="/projects/gleif/keri/">KERI</a> (DIF)</li>
|
|||
|
<li><a href="https://github.com/decentralized-identity">Other Tools & Libraries</a> (DIF)</li>
|
|||
|
<li><a href="https://essif-lab.eu/">ESSIF-Lab</a> (ESSIF-Lab)</li>
|
|||
|
<li><a href="/projects/hyperledger/aries/"><em>Aires</em></a> (Hyperledger)</li>
|
|||
|
<li><a href="/projects/hyperledger/indy/"><em>Indy</em></a> (Hyperledger)</li>
|
|||
|
<li><a href="/projects/hyperledger/ursa/">Ursa</a> (Hyperledger)</li>
|
|||
|
<li><a href="https://wiki.hyperledger.org/display/IWG">Other Tools & Libraries</a> (Hyperledger)</li>
|
|||
|
<li><a href="/web-standards/blockcerts/">Blockcerts</a> (Hyland)</li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3 id="company-code">Company Code</h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="https://github.com/walt-id">Walt.id</a></li>
|
|||
|
<li><a href="https://github.com/circlefin/verite">Verite</a></li>
|
|||
|
<li><a href="https://github.com/spruceid">SpruceID</a></li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h2 id="organizations">Organizations</h2>
|
|||
|
|
|||
|
<h3 id="international-standard-development-organizations-sdo">International Standard Development Organizations [SDO]</h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="/_posts/web-standards/2020-11-09-world-wide-web-consortium_w3c.md"><em>W3C</em></a></li>
|
|||
|
<li><a href="https://ietf.org">IETF</a></li>
|
|||
|
<li><a href="https://www.oasis-open.org/">OASIS</a></li>
|
|||
|
<li><a href="https://www.itu.int/en/ITU-T/Pages/default.aspx">ITU-T</a></li>
|
|||
|
<li><a href="https://www.iso.org/home.html">ISO</a>/<a href="https://iec.ch/homepage">IEC</a></li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3 id="national-governmentstandard-setting-bodies">National Government/Standard Setting Bodies</h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="https://www.nist.gov/">NIST</a></li>
|
|||
|
<li><a href="https://www.scc.ca/">The Standards Council of Canada</a></li>
|
|||
|
<li><a href="https://www.bsi.bund.de/EN/Home/home_node.html">BSI</a> - The Federal Office for Information Security, Germany</li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3 id="community-organizations">Community Organizations</h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="/_posts/web-standards/2023-05-15-credentials-community-group.md"><em>W3C - CCG</em></a></li>
|
|||
|
<li><a href="/_posts/organizations/2019-03-07-identity-foundation.md"><em>DIF</em></a></li>
|
|||
|
<li><a href="/_posts/organizations/2023-06-05-TOIP.md"><em>ToIP</em></a></li>
|
|||
|
<li><a href="https://adiassociation.org/">ADIA</a></li>
|
|||
|
<li><a href="https://kantarainitiative.org/">Kantara</a></li>
|
|||
|
<li><a href="/organizations/mydata/"><em>MyData</em></a></li>
|
|||
|
<li><a href="/government/canada/diacc/"><em>DIACC</em></a></li>
|
|||
|
<li><a href="/organizations/id2020/"><em>ID2020</em></a></li>
|
|||
|
<li><a href="/organizations/openid/"><em>OpenID Foundation</em></a></li>
|
|||
|
<li><a href="https://internetsafetylabs.org">Internet Safety Labs</a></li>
|
|||
|
<li><a href="/organizations/gleif/"><em>GLEIF</em></a></li>
|
|||
|
<li><a href="/blockchain/hyperledger/"><em>Hyperledger Foundation</em></a></li>
|
|||
|
<li><a href="https://fidoalliance.org/">FIDO Alliance</a></li>
|
|||
|
<li><a href="https://www.oasis-open.org/">OASIS</a></li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3 id="ssi-networks">SSI Networks</h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="https://www.dizme.io/">DizmeID</a></li>
|
|||
|
<li><a href="/organizations/sovrin-foundation/"><em>Sovrin</em></a></li>
|
|||
|
<li><a href="https://bedrock-consortium.github.io">BedRock</a></li>
|
|||
|
<li><a href="/blockchain/ontology/"><em>ONT</em></a></li>
|
|||
|
<li><a href="https://www.velocitynetwork.foundation/">Velocity</a></li>
|
|||
|
<li><a href="/companies/GlobalID/"><em>GlobalID</em></a></li>
|
|||
|
<li><a href="https://dock.io">Dock</a></li>
|
|||
|
<li><a href="https://dlt.mobi/itn/">ITN</a> , Mobi</li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h2 id="companies">Companies</h2>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="/companies/microsoft/"><em>Microsoft</em></a> - Azure / Entra</li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3 id="eu-ssi-startups">EU SSI Startups</h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="/companies/MyDEX/"><em>MyDex</em></a></li>
|
|||
|
<li><a href="/companies/meeco/"><em>MeeCo</em></a></li>
|
|||
|
<li><a href="%link _posts/companies/2023-03-12-ValidatedID.md%"><em>ValidatedID</em></a></li>
|
|||
|
<li><a href="https://bloqzone.com/">Bloqzone</a></li>
|
|||
|
<li><a href="https://www.procivis.ch/en/home">Procivis</a></li>
|
|||
|
<li><a href="https://gataca.io/">Gataca</a></li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3 id="us-ssi-startups">US SSI Startups</h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="https://www.dock.io/">Dock</a></li>
|
|||
|
<li><a href="https://anonyome.com/">Anonoyome</a></li>
|
|||
|
<li><a href="/companies/GlobalID/"><em>GlobalID</em></a></li>
|
|||
|
<li><a href="/companies/hyland-credentials-learning-machine/"><em>Hyland</em></a></li>
|
|||
|
<li><a href="/companies/MagicLabs/"><em>Magic</em></a></li>
|
|||
|
<li><a href="%link _posts/companies/2023-03-03-IDramp.md%"><em>IDRamp</em></a></li>
|
|||
|
<li><a href="/companies/Indicio/"><em>Indicio</em></a></li>
|
|||
|
<li><a href="https://www.verified.inc/"><em>Verified Inc</em></a> (formerly UNUMID)</li>
|
|||
|
<li><a href="https://animo.id/"><em>Animo</em></a></li>
|
|||
|
<li><a href="/companies/mattr/"><em>Mattr</em></a></li>
|
|||
|
<li><a href="https://www.liquidavatar.com/"><em>Liquid Avatar</em></a></li>
|
|||
|
<li><a href="https://hedera.com/"><em>Hedera</em></a></li>
|
|||
|
<li><a href="https://www.iota.org/solutions/digital-identity"><em>IOTA</em></a></li>
|
|||
|
<li><a href="/companies/trinsic/"><em>Trinsic</em></a></li>
|
|||
|
<li><a href="/companies/transmute/"><em>Transmute</em></a></li>
|
|||
|
<li><a href="%link _posts/companies/2023-03-10-Spruce.md%"><em>Spruce</em></a></li>
|
|||
|
<li><a href="%link _posts/companies/2023-05-14-disco.xyz.md%"><em>Disco.xyz</em></a></li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3 id="asia-ssi-startups">Asia SSI Startups</h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="https://www.affinidi.com/">Affinidi</a></li>
|
|||
|
<li><a href="https://zada.io/">ZADA</a></li>
|
|||
|
<li><a href="https://dhiway.com/">Dhiway</a></li>
|
|||
|
<li><a href="https://www.ayanworks.com/">Ayanworks</a></li>
|
|||
|
<li><a href="https://newlogic.com/">NewLogic</a></li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3 id="africa-ssi-startups">Africa SSI Startups</h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="https://flexfintx.com/">FlexID</a></li>
|
|||
|
<li><a href="https://www.diwala.io/">Diwala</a></li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3 id="acquisitions">Acquisitions</h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="https://www.ledgerinsights.com/avast-acquires-second-blockchain-decentralized-identity-provider-securekey/">Avast-Evernym-SecureKey</a></li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3 id="analyst-firms">Analyst Firms</h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="https://www.kuppingercole.com/">KuppingerCole</a></li>
|
|||
|
<li><a href="https://www.forrester.com/bold">Forrester</a></li>
|
|||
|
<li><a href="https://www.gartner.com/en">Gartner</a></li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3 id="consulting-firms">Consulting Firms</h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="https://www.deloitte.com/">Deloitte</a></li>
|
|||
|
<li><a href="https://www.accenture.com/">Accenture</a></li>
|
|||
|
<li><a href="https://www.mckinsey.com/">McKinsey</a></li>
|
|||
|
<li>BCG</li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3 id="iam-industry">IAM Industry</h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="https://www.pingidentity.com/en.html">Ping</a> (TomaBravo rollup)</li>
|
|||
|
<li><a href="https://www.okta.com/">Okta</a></li>
|
|||
|
<li><a href="https://auth0.com/">Auth0</a></li>
|
|||
|
<li><a href="https://seekingalpha.com/article/4560880-forgerock-acquisition-thoma-bravo-continues-roll-up-in-identity-and-access-management-space">ForgeRock</a> (TomaBravo rollup)</li>
|
|||
|
<li><a href="https://www.identos.com/">IDENTOS</a></li>
|
|||
|
<li><a href="https://www.sailpoint.com/">SailPoint</a> (TomaBravo rollup)</li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h2 id="policiesregulations-by-region">Policies/Regulations (by region)</h2>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="https://www.fatf-gafi.org/en/home.html">FATF</a></li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3 id="europe">Europe</h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="/government/europe/eu/data-governance-act/"><em>Data Governance Act</em></a></li>
|
|||
|
<li><a href="/government/europe/regulation/gdpr/"><em>GDPR</em></a></li>
|
|||
|
<li><a href="/government/europe/eu/eidas/"><em>eIDAS1</em></a></li>
|
|||
|
<li><a href="/government/europe/eu/eidas/#eidas-20"><em>eIDAS2</em></a></li>
|
|||
|
<li><a href="https://www.gov.uk/data-protection"><em>UK Data Protection</em></a></li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3 id="asia"><a href="https://www.apacdigitalid.org/en/">Asia</a></h3>
|
|||
|
|
|||
|
<h3 id="usa"><a href="(/government/india/)"><em>USA</em></a></h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="https://www.ftc.gov/legal-library/browse/rules/childrens-online-privacy-protection-rule-coppa">COPPA</a></li>
|
|||
|
<li><a href="https://www.hhs.gov/foia/privacy/index.html">Privacy Act</a></li>
|
|||
|
<li><a href="https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=202320240SB786">California SB786</a></li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3 id="india"><a href="/government/india/"><em>India</em></a></h3>
|
|||
|
|
|||
|
<h3 id="canada"><a href="/government/canada/"><em>Canada</em></a></h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="/government/pctf/"><em>Pan Canadian Trust Framework (PCTF)</em></a></li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h2 id="government-initiatives">Government Initiatives</h2>
|
|||
|
|
|||
|
<h3 id="us">US</h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="/government/usa/dhs/"><em>SVIP</em></a></li>
|
|||
|
<li><a href="https://www.whitehouse.gov/wp-content/uploads/2023/03/National-Cybersecurity-Strategy-2023.pdf">National Cybersecurity Strategy</a></li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3 id="germany">Germany</h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="https://idunion.org/?lang=en">IDUnion</a></li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3 id="uk">UK</h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="https://blogs.gov.scot/digital/wp-content/uploads/sites/5/2019/05/Digital-Identity-Scotland-Attribute-Standards-31-May-2019.pdf">Scotland</a></li>
|
|||
|
<li><a href="https://www.gov.uk/government/publications/uks-digital-strategy/uk-digital-strategy">UK Digital Strategy</a></li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3 id="eu">EU</h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li>eIDAS2
|
|||
|
<ul>
|
|||
|
<li><a href="https://utimaco.com/news/blog-posts/eidas-20-moving-closer-european-digital-identity-wallet-ediw-and-pilot">Large Scale Pilots</a></li>
|
|||
|
<li><a href="/government/europe/eu/eidas/#eu-digital-identity-framework"><em>Architecutre</em> and Reference Framework</a></li>
|
|||
|
</ul>
|
|||
|
</li>
|
|||
|
<li><a href="/government/europe/eu/ebsi-essif/"><em>EBSI</em></a></li>
|
|||
|
<li><a href="/history/2020s/early/essif-lab/"><em>ESSIF</em>-Lab</a></li>
|
|||
|
<li><a href="/government/europe/#catalonia"><em>Catalonia</em></a></li>
|
|||
|
<li>Switzerland</li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3 id="apac">APAC</h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="/government/new-zealand/"><em>New Zealand</em></a></li>
|
|||
|
<li><a href="/government/australia/"><em>Australia</em></a></li>
|
|||
|
<li><a href="https://www.developer.tech.gov.sg/our-digital-journey/digital-government-exchange/files/DGX%20DIWG%202022%20Report%20v1.5.pdf">Singapore</a></li>
|
|||
|
<li><a href="https://www.w3.org/community/did-kr/">South Korea</a></li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3 id="canada-1">Canada</h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="/government/canada/bcgov/"><em>BCGov</em></a></li>
|
|||
|
<li><a href="/government/canada/#alberta"><em>Alberta</em></a></li>
|
|||
|
<li><a href="/government/canada/#ontario"><em>Ontario</em></a></li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3 id="latam">LatAm</h3>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="https://www.lacchain.net/">LACCHAIN</a></li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h2 id="real-world-implementation">Real-World Implementation</h2>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><strong>Government Issued ID</strong>
|
|||
|
<ul>
|
|||
|
<li>Passport <a href="https://www.icao.int/Meetings/TAG-MRTD/TagMrtd22/TAG-MRTD-22_WP24-rev-2.pdf">eMRTD</a>/<a href="https://www.icao.int/Security/FAL/TRIP/PublishingImages/Pages/Publications/Guiding%20core%20principles%20for%20the%20development%20of%20a%20Digital%20Travel%20Credential%20%20%28DTC%29.PDF">DTC</a> (ICAO)</li>
|
|||
|
<li><a href="https://www.slideshare.net/aniltj/us-digital-immigration-credentials-overview">Immigraion</a> (USCIS)</li>
|
|||
|
<li><a href="https://www.aamva.org/topics/mobile-driver-license#?wst=4a3b89462cc2cff2cbe0c7accde57421">mDL</a> (US AAMVA) [not SSI standards conformant]</li>
|
|||
|
<li><a href="https://www.iata.org/en/services/travel-agency-program/idcard/">IDCard</a> (IATA / Switzerland)</li>
|
|||
|
</ul>
|
|||
|
</li>
|
|||
|
<li><strong>Trust Registries & Directories</strong>
|
|||
|
<ul>
|
|||
|
<li><a href="https://www.ngi.eu/blog/2022/07/28/verifying-identity-management-credentials-with-train/">TRAIN</a> (ToIP)</li>
|
|||
|
<li><a href="https://www.sparkblue.org/Regi-TRUST">Regi-Trust</a> (UNDP)</li>
|
|||
|
<li><a href="https://www.orgbook.gov.bc.ca/search">OrgBook BC</a> (BCGov)</li>
|
|||
|
</ul>
|
|||
|
</li>
|
|||
|
<li><a href="/application/supply-chain/"><em>SupplyChain/Trade</em></a>
|
|||
|
<ul>
|
|||
|
<li><a href="/web-standards/gs1/"><em>GS1</em></a></li>
|
|||
|
<li><a href="/organizations/gleif/"><em>GLEIF</em></a></li>
|
|||
|
</ul>
|
|||
|
</li>
|
|||
|
<li><strong>Banking</strong>
|
|||
|
<ul>
|
|||
|
<li><a href="https://bonifii.com/">Bonifi</a></li>
|
|||
|
</ul>
|
|||
|
</li>
|
|||
|
<li><a href="/application/covid-19/"><em>COVID</em></a>
|
|||
|
<ul>
|
|||
|
<li><a href="https://covid19vaccine.health.ny.gov/excelsior-pass-update">NYState</a></li>
|
|||
|
<li><a href="https://vci.org/">VCI</a></li>
|
|||
|
<li><a href="/application/covid-19/lfph_cci_good-health-pass/"><em>CCI</em></a></li>
|
|||
|
<li>DTCC</li>
|
|||
|
<li><a href="https://divoc.digit.org/">DIVOC</a></li>
|
|||
|
</ul>
|
|||
|
</li>
|
|||
|
<li><strong>Enterprise</strong></li>
|
|||
|
<li><a href="/application/healthcare/"><em>Healthcare</em></a></li>
|
|||
|
<li><a href="/application/education/"><em>Learning/Career/Education</em></a>
|
|||
|
<ul>
|
|||
|
<li><a href="https://jff.org">Jobs for the Future</a></li>
|
|||
|
<li><a href="https://www.velocitynetwork.foundation/">Velocity Network</a></li>
|
|||
|
<li><a href="https://www.learningeconomy.io/">Learning Economy Foundation</a></li>
|
|||
|
<li><a href="https://tln.asu.edu/">TLN - Trusted Learner Network</a></li>
|
|||
|
</ul>
|
|||
|
</li>
|
|||
|
<li><strong><a href="/application/kyc/">KYC</a></strong></li>
|
|||
|
<li><strong>Real Estate</strong>
|
|||
|
<ul>
|
|||
|
<li><a href="https://domilabs.io/">Rental</a></li>
|
|||
|
</ul>
|
|||
|
</li>
|
|||
|
<li><a href="/application/travel/"><em>Travel</em></a></li>
|
|||
|
<li><a href="/application/humanitarian/"><em>Humanitarian</em></a></li>
|
|||
|
<li><strong>Energy</strong></li>
|
|||
|
<li><a href="/application/IOT/"><em>IoT</em></a></li>
|
|||
|
<li><a href="/application/guardianship/"><em>Guardianship</em></a></li>
|
|||
|
<li><a href="//development/wallets/#ecosystem"><em>Wallets</em></a></li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h2 id="types-by-typetopic">Types (by type+topic)</h2>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="/resources/literature/"><em>Research</em> Papers/Academic Literature</a>
|
|||
|
<ul>
|
|||
|
<li><a href="https://www.turing.ac.uk/research/research-areas/privacy-trust">Turing Institute Research: Privacy & Trust</a></li>
|
|||
|
</ul>
|
|||
|
</li>
|
|||
|
<li><strong>Events</strong>
|
|||
|
<ul>
|
|||
|
<li><a href="/workshops/internet-identity-workshop/"><em>IIW</em></a></li>
|
|||
|
<li><a href="/workshops/rebooting-web-of-trust/"><em>RWoT</em></a></li>
|
|||
|
</ul>
|
|||
|
</li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h2 id="topics">Topics</h2>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="/development/biometrics/"><em>Biometrics</em></a></li>
|
|||
|
<li><a href="/self-sovereign-identity/privacy/"><em>Privacy</em></a></li>
|
|||
|
<li><a href="/development/ethics-rights-sovereignty/"><em>Human</em> Rights</a></li>
|
|||
|
<li><a href="/development/user-experience/"><em>User</em> Experience</a></li>
|
|||
|
<li><a href="/development/business/"><em>Business</em></a></li>
|
|||
|
<li><a href="/self-sovereign-identity/critique-caution/"><em>Critiques</em></a></li>
|
|||
|
<li><a href="/application/future/"><em>Future</em></a></li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h2 id="web3-dweb--other-tech-by-focus">Web3, DWeb, & Other Tech (by focus)</h2>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="/web-3/"><em>Web3</em></a>
|
|||
|
<ul>
|
|||
|
<li><a href="/web-3/id/"><em>Web3 and SSI</em></a></li>
|
|||
|
<li><a href="/web-3/dao/"><em>DAO</em></a></li>
|
|||
|
<li><a href="/development/decentralization/"><em>Decentralization</em></a></li>
|
|||
|
<li><a href="/web-3/metaverse/"><em>Metaverse</em></a></li>
|
|||
|
<li><a href="/web-3/nft/"><em>NFT</em></a></li>
|
|||
|
<li><a href="/web-3/nft/#soulbound-tokens"><em>SBT</em></a></li>
|
|||
|
<li><a href="/web-3/defi/"><em>DeFi</em></a></li>
|
|||
|
</ul>
|
|||
|
</li>
|
|||
|
<li><strong>Organizations</strong>
|
|||
|
<ul>
|
|||
|
<li><a href="/web-3/ethereum/baseline/"><em>Ethereum</em> Enterprise Alliance*</a></li>
|
|||
|
<li><a href="https://www.fissionlabs.com/">Fission</a></li>
|
|||
|
<li><a href="https://protocol.ai/">Protocol Labs</a></li>
|
|||
|
</ul>
|
|||
|
</li>
|
|||
|
<li><strong>DWeb</strong>
|
|||
|
<ul>
|
|||
|
<li><a href="/decentralized-web/scuttlebot/"><em>Secure</em> Suttlebutt</a></li>
|
|||
|
<li><a href="https://bsky.app/">Bluesky</a></li>
|
|||
|
<li><a href="/projects/tbd/web5/"><em>Web5</em></a></li>
|
|||
|
<li><a href="/decentralized-web/handshake/"><em>Handshake</em></a></li>
|
|||
|
</ul>
|
|||
|
</li>
|
|||
|
<li>Blockchain Ecosystems
|
|||
|
<ul>
|
|||
|
<li><a href="/blockchain/bitcoin/"><em>Bitcoin</em></a></li>
|
|||
|
<li><a href="/blockchain/ethereum/"><em>Ethereum</em></a></li>
|
|||
|
</ul>
|
|||
|
</li>
|
|||
|
</ul>
|
|||
|
|
|||
|
|
|||
|
</section>
|
|||
|
|
|||
|
<footer class="page__meta">
|
|||
|
|
|||
|
<h4 class="page__meta-title">Meta</h4>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<p class="page__taxonomy">
|
|||
|
<strong><i class="fas fa-fw fa-folder-open" aria-hidden="true"></i> Categories: </strong>
|
|||
|
<span itemprop="keywords">
|
|||
|
|
|||
|
<a href="/categories/#about" class="page__taxonomy-item p-category" rel="tag">About</a>
|
|||
|
|
|||
|
</span>
|
|||
|
</p>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-02-26">February 26, 2024</time></p>
|
|||
|
|
|||
|
</footer>
|
|||
|
|
|||
|
<section class="page__share">
|
|||
|
|
|||
|
<h3 class="page__share-title">Share on</h3>
|
|||
|
|
|||
|
|
|||
|
<a href="https://twitter.com/intent/tweet?via=infominer33&text=Ecosystem+Overview%20https%3A%2F%2Fdecentralized-id.com%2Fecosystem%2F" class="btn btn--twitter" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="Share on Twitter"><i class="fab fa-fw fa-twitter" aria-hidden="true"></i><span> Twitter</span></a>
|
|||
|
<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fdecentralized-id.com%2Fecosystem%2F" class="btn btn--facebook" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="Share on Facebook"><i class="fab fa-fw fa-facebook" aria-hidden="true"></i><span> Facebook</span></a>
|
|||
|
<a href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fdecentralized-id.com%2Fecosystem%2F" class="btn btn--linkedin" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="Share on LinkedIn"><i class="fab fa-fw fa-linkedin" aria-hidden="true"></i><span> LinkedIn</span></a>
|
|||
|
<a href="https://www.reddit.com/submit?url=https%3A%2F%2Fdecentralized-id.com%2Fecosystem%2F&title=Ecosystem+Overview" class="btn btn--reddit" title="Share on Reddit"><i class="fab fa-fw fa-reddit" aria-hidden="true"></i><span> Reddit</span></a>
|
|||
|
</section>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<nav class="pagination">
|
|||
|
|
|||
|
<a href="/web-standards/w3c/verifiable-credentials/data-integrity-bbs+/" class="pagination--pager" title="Verifiable Credentials with JSON-LD and BBS+ Signatures
|
|||
|
">Previous</a>
|
|||
|
|
|||
|
|
|||
|
<a href="#" class="pagination--pager disabled">Next</a>
|
|||
|
|
|||
|
</nav>
|
|||
|
|
|||
|
</div>
|
|||
|
|
|||
|
|
|||
|
<div class="page__comments">
|
|||
|
|
|||
|
|
|||
|
<section id="static-comments">
|
|||
|
|
|||
|
</section>
|
|||
|
|
|||
|
</div>
|
|||
|
|
|||
|
|
|||
|
</article>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<div class="page__related">
|
|||
|
<h2 class="page__related-title">See Also</h2>
|
|||
|
<div class="grid__wrapper">
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<div class="grid__item">
|
|||
|
<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">
|
|||
|
|
|||
|
<div class="archive__item-teaser">
|
|||
|
<img src="/images/Verifiable-Credentials-Flavors-Explained_jsonld-lds-teaser.webp" alt="">
|
|||
|
</div>
|
|||
|
|
|||
|
<br><strong><a href="/web-standards/w3c/verifiable-credentials/data-integrity-bbs+/" rel="permalink">Verifiable Credentials with JSON-LD and BBS+ Signatures
|
|||
|
</a></strong>
|
|||
|
<p class="archive__item-excerpt" itemprop="description">BBS signatures were implicitly proposed by Boneh, Boyen, and Shacham (CRYPTO ’04) as part of their group signature scheme, and explicitly cast as stand-alone signatures by Camenisch and Lysyanskaya (CRYPTO ’04). A provably secure version, called BBS+, was then devised by Au, Susilo, and Mu (SCN ’...</p>
|
|||
|
<p class="page__meta"><strong>Updated:</strong> 2023-09-29 <i class="far fa-clock" aria-hidden="true"></i>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
7 minute read
|
|||
|
</p>
|
|||
|
|
|||
|
<small><strong>Tags:</strong></small>
|
|||
|
|
|||
|
<div class="tags">BBS</div>
|
|||
|
|
|||
|
<div class="tags">Data Integrity</div>
|
|||
|
|
|||
|
<div class="tags">JSON-LD</div>
|
|||
|
|
|||
|
<div class="tags">Verifiable Credentials</div>
|
|||
|
|
|||
|
<div class="tags">W3C</div>
|
|||
|
|
|||
|
</article>
|
|||
|
</div>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<div class="grid__item">
|
|||
|
<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">
|
|||
|
|
|||
|
<div class="archive__item-teaser">
|
|||
|
<img src="/images/Verifiable-Credentials-Flavors-Explained_jwt-teaser.webp" alt="">
|
|||
|
</div>
|
|||
|
|
|||
|
<br><strong><a href="/web-standards/w3c/verifiable-credentials/jose-jwt+cose-cbor/" rel="permalink">Verifiable Credentials with JOSE (JWT) / COSE (CBOR)
|
|||
|
</a></strong>
|
|||
|
<p class="archive__item-excerpt" itemprop="description">Digital proof mechanisms, a subset of which are digital signatures, are required to ensure the protection of a verifiable credential. Having and validating proofs, which may be dependent on the syntax of the proof (for example, using the JSON Web Signature of a JSON Web Token for proofing a key h...</p>
|
|||
|
<p class="page__meta"><strong>Updated:</strong> 2023-09-09 <i class="far fa-clock" aria-hidden="true"></i>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
12 minute read
|
|||
|
</p>
|
|||
|
|
|||
|
<small><strong>Tags:</strong></small>
|
|||
|
|
|||
|
<div class="tags">COSE</div>
|
|||
|
|
|||
|
<div class="tags">IANA</div>
|
|||
|
|
|||
|
<div class="tags">JOSE</div>
|
|||
|
|
|||
|
<div class="tags">JWT</div>
|
|||
|
|
|||
|
<div class="tags">Verifiable Credentials</div>
|
|||
|
|
|||
|
<div class="tags">W3C</div>
|
|||
|
|
|||
|
</article>
|
|||
|
</div>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<div class="grid__item">
|
|||
|
<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">
|
|||
|
|
|||
|
<div class="archive__item-teaser">
|
|||
|
<img src="/images/Verifiable-Credentials-Flavors-Explained_zkp-cl-teaser.webp" alt="">
|
|||
|
</div>
|
|||
|
|
|||
|
<br><strong><a href="/web-standards/w3c/verifiable-credentials/zkp-cl_anoncreds/" rel="permalink">Verifiable Credentials (ZKP-CL) Anoncreds
|
|||
|
</a></strong>
|
|||
|
<p class="archive__item-excerpt" itemprop="description">This credential format was created specifically to leverage the CL Signatures. JSON-JWT and JSON-LD Signatures each have their own way of representing the meaning of the attributes within a VC. JSON-JWT references an IANA registry and assumes a “closed world” authority model based on that authori...</p>
|
|||
|
<p class="page__meta"><strong>Updated:</strong> 2023-09-29 <i class="far fa-clock" aria-hidden="true"></i>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
6 minute read
|
|||
|
</p>
|
|||
|
|
|||
|
<small><strong>Tags:</strong></small>
|
|||
|
|
|||
|
<div class="tags">Anoncreds</div>
|
|||
|
|
|||
|
<div class="tags">Evernym</div>
|
|||
|
|
|||
|
<div class="tags">Hyperledger Foundation</div>
|
|||
|
|
|||
|
<div class="tags">IBM</div>
|
|||
|
|
|||
|
<div class="tags">IDEMIX</div>
|
|||
|
|
|||
|
<div class="tags">Sovrin Foundation</div>
|
|||
|
|
|||
|
<div class="tags">Verifiable Credentials</div>
|
|||
|
|
|||
|
<div class="tags">W3C</div>
|
|||
|
|
|||
|
<div class="tags">ZKP-CL</div>
|
|||
|
|
|||
|
</article>
|
|||
|
</div>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<div class="grid__item">
|
|||
|
<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">
|
|||
|
|
|||
|
<div class="archive__item-teaser">
|
|||
|
<img src="/images/Verifiable-Credentials-Flavors-Explained_jsonld-lds-teaser.webp" alt="">
|
|||
|
</div>
|
|||
|
|
|||
|
<br><strong><a href="/web-standards/w3c/verifiable-credentials/data-integrity_ld-proofs/" rel="permalink">Verifiable Credentials with JSON-LD and Linked Data Proofs
|
|||
|
</a></strong>
|
|||
|
<p class="archive__item-excerpt" itemprop="description">Starting with the name, JSON-LD stands for JavaScript Object Notation with Linked Data. JSON-LD is a method of encoding linked data using JSON. The term “JSON-LD Credential” alone is somewhat ambiguous but the way it is colloquially used, it means a W3C Verifiable Credential Data Model compliant ...</p>
|
|||
|
<p class="page__meta"><strong>Updated:</strong> 2023-09-29 <i class="far fa-clock" aria-hidden="true"></i>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
4 minute read
|
|||
|
</p>
|
|||
|
|
|||
|
<small><strong>Tags:</strong></small>
|
|||
|
|
|||
|
<div class="tags">Data Integrity</div>
|
|||
|
|
|||
|
<div class="tags">JSON-LD</div>
|
|||
|
|
|||
|
<div class="tags">Verifiable Credentials</div>
|
|||
|
|
|||
|
<div class="tags">W3C</div>
|
|||
|
|
|||
|
</article>
|
|||
|
</div>
|
|||
|
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
|
|||
|
|
|||
|
</div>
|
|||
|
|
|||
|
</div>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<div id="footer" class="page__footer">
|
|||
|
<footer>
|
|||
|
<!-- start custom footer snippets -->
|
|||
|
|
|||
|
<!-- end custom footer snippets -->
|
|||
|
<div class="page__footer-follow">
|
|||
|
<ul class="social-icons">
|
|||
|
|
|||
|
<li><strong>Follow:</strong></li>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<li><a href="mailto:nfo@infominer.xyz" rel="nofollow noopener noreferrer"><i class="fas fa-fw fa-envelope-square" aria-hidden="true"></i> Email</a></li>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<li><a href="https://decentralized-id.com" rel="nofollow noopener noreferrer"><i class="fas fa-fw fa-link" aria-hidden="true"></i> Website</a></li>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<li><a href="https://twitter.com/DecentralizeID" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter</a></li>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<li><a href="https://github.com/Decentralized-ID" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
|||
|
|
|||
|
</ul>
|
|||
|
</div>
|
|||
|
|
|||
|
<script data-goatcounter="https://didecentral.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
|
|||
|
|
|||
|
|
|||
|
<div class="page__footer-copyright">⧉ <a href="https://infominer.xyz">infominer</a> • <a href="https://creativecommons.org/publicdomain/zero/1.0/">Creative Commons (CC0 1.0) Public Domain</a> • Powered by <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a> via <a href="https://web-work.tools/jamstack/github-pages-starter-pack/">Github Pages</a>. ⧉</div>
|
|||
|
|
|||
|
</footer>
|
|||
|
</div>
|
|||
|
|
|||
|
|
|||
|
<script src="/assets/js/main.min.js"></script>
|
|||
|
<script src="https://kit.fontawesome.com/4eee35f757.js"></script>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<!-- start custom analytics snippet -->
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<!-- end custom analytics snippet -->
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
</body>
|
|||
|
</html>
|