Decentralized digital identity, or "self-sovereign" identity (SSI), is a new paradigm proposed for managing digital identities. Relying on Decentralized identifiers (DIDs) and Verifiable Credentials (VC), the subject and his personal credentials are independent from any centralized registry, identity provider, or certificate authority.
On the Decentralized Identity model, the role associated to requesting and verifying credentials is defined as the Verifier.
This document specifies the interfaces that MAY be consumed by any verifier allowing him to be interoperable with any wallet fulfilling this interface, regardless of:
Despite its format, this document does not aim to be published on the W3C as a standard normative, rather it aims to propose a universal interfaces for a verifier. However, this format is however extremely adequate to allow work and contribution on the protocol definition.
As different technology providers are offering SSI solutions, it becomes increasingly relevant to ensure interoperability between them. On a not yet stable market, most providers aim to offer the whole SSI stack: components for holders, verifiers, issuers and did-resolver.
In order to avoid vendor lock-ins, the APIs exploited by the Verifiers component can be standarized. This document aims to offer the necessary capabilities for a Verifier component of a technology provider to use the technology stack of another SSI provider.
This document presents an overview of all the different interfaces covered by the Verifier Universal Interface working group. It refers to each of their specs and tries to provide (if needed) additional information on how they relate.
Any Verifier MUST perform the following operations:
In order to allow Verifier operation as decribed in the previous section, this document proposes a definition for the Interfaces between the Verifier and other components.
Those interfaces MUST be independent from any framework or programming language. Interfaces shall be implemented with standard communication protocols through web services. Usage of REST is recommended.
Depending on the party to interact and the functionality described to cover, a Verifier SHALL make use of the following defined interfaces for his operation:+------------------------------------++------------------------------------++-----------------++-----------------+ | Holder || Governance || DID Resolver || Issuer | +------------------------------------++------------------------------------++-----------------++-----------------+ +------------------------------------------------------------------------------------------------------------------+ |+-----------------++-----------------++-----------------++-----------------++-----------------++-----------------+| || || || || || || || || Presentation || Data || Schema || Issuer || DID Resolution || Credential || || Exchange || Agreement || Resolution || Resolution || || Status || || || || || || || Query || || || || || || || || || || || || || || || || API || API || API || API || API || API || ++-----------------++------------------------------------++-----------------++-----------------++-----------------++ | 1, 2.3, 3, | 2.6, 2.7, | 2.6, 7 | 2.2 | 2.1, 2.2, | 2.3 | | 4, 6, 7 | 5, 6 | | | 2.4, 4 | | | | | Verifier | | | +------------------------------------------------------------------------------------------------------------------+
The Identity platform governance should determine what kind of credentials could be issued by the different parties, the specific formats and contexts of those credentials, as well as which entities fulfill the requirements to issue each specific credential. In order to do that, it might use different registries, that should be queried from any interested verifier cooperating with the platform, to allow them to :
Registries of Issuers and Credential Schemas MAY be separated and managed by different entities. Multiple registries of Issuers and/or Schemas MAY be queried by a Verifier.
Verifiers MAY make use of internal private registries to complement the public registries. Defining a protocol to merge different registries is outside the scope of this document.
Verifiers MAY query and assign different levels of trust to different governance platforms, but all the platforms should present the same query interface.
Registries SHALL be publicly available and auditable. Persisting registries on DLTs is OPTIONAL but RECOMMENDED as good practice in order to maintain neutrality.
Registries MUST offer a web interface. REST protocol SHOULD be employed with HTTP Method GET and JSON formatting as default.
To be defined.
This section should be filled with discovery of registry endpoints for automatic configuration, as well as protocols to discover other registries.
This interface is not yet defined. There are no active working groups with this effort.
The VUI protocol and considerations for the Presentation Exchange is being defined by a specific working package. See [WP-VUI-PresentationExchange] .
The data model builds upon DIF Presentation Exchange with some optional additions to support additional features and connect to Data Agreements.
For the communication protocol, multiple flavors could be eligible, such as:
At this point of in the process of definition and implementation, VUI Presentation Exchange is focused on having support on the last one DID SIOP.
Data Agreements includes Data privacy management oriented for the enforcement of DPIA controls in privacy frameworks such as GDPR.
The VUI protocol to manage and generate data agreements can be found on its own working package. See [WP-VUI-DataAgreements] .