This service implements two crucial RFCs specified by the EU Digital Identity Wallet Consortium (EWC), contributing to the large-scale pilot for the European Digital Identity Wallet as part of the eIDAS 2.0 regulation. By adhering to these RFCs, this service aims to ensure interoperability within the European Digital Identity Wallet Consortium (EWC) Ecosystem, facilitating a standardized approach for both credential issuance and presentation.
- RFC001: Implements the OID4VCI (OpenID for Verifiable Credential Issuance) workflow for credential issuers.
- RFC002: Implements the OIDC4VP (OpenID for Verifiable Presentations) workflow for verifiers (relying parties).
- Credential Issuance: Implements the OID4VCI workflow, ensuring a standardized approach to verifiable credential issuance across any issuer within the EWC Ecosystem. Supports both authorization code flow and pre-authorized code flow for issuing credentials to wallet holders.
- Credential Presentation: Implements the OIDC4VP workflow, ensuring a standardized approach to verifiable credential presentation across any verifier within the EWC Ecosystem. Facilitates the presentation of credentials by wallet holders to verifiers using both same-device and cross-device verification flows.
- Interoperability: Designed with interoperability at its core, this service promotes seamless integration within the EUDI wallet ecosystem, adhering to the specifications and requirements of the ARF.
- Clone the repository:
git clone [email protected]:EWC-consortium/ewc-wallet-conformance-backend.git
- Navigate to the project directory:
cd ewc-wallet-conformance-backend
- Install dependencies
npm install
- Start the service
npm start
Optionally, if you want to use a tunneling provider for local deployment to ensure https is enabled (which is required by the spec) you can configure your tunnel endpoint inside package.json: ```bash "dev": "SERVER_URL=https://4150-2a02-587-8701-de00-c100-84c1-e7c9-8738.ngrok-free.app node server.js"
Refer to the individual RFC documentation for detailed usage instructions:
Contributions to enhance the functionality and interoperability of the wallet provider service are welcome. Please submit pull requests with a clear explanation of your changes or open issues for bugs and feature requests.
TBD
- OpenID Foundation: OpenID for Verifiable Credential Issuance (OID4VCI)
- OpenID Foundation: OpenID for Verifiable Presentations (OID4VP)
- European Commission: The European Digital Identity Wallet Architecture and Reference Framework (ARF)