Important! Before you proceed, please read the EUDI Wallet Reference Implementation project description
The EUDIW Issuer is an implementation of the PID and (Q)EAA Provider service This service is currently undergoing a transition from OpenId4VCI draft 13 to draft 15 of the specification. Check the table below to see which components support which draft version.
The service provides, by default, support for mso_mdoc
and SD-JWT-VC
formats, for various credentials.
For authenticating the user, it requires the use of eIDAS node, OAUTH2 server or a simple form (for testing purposes).
This version of the EUDIW Issuer has partial support for the OpenId for Verifiable Credential Issuance (draft 15) protocol with the following coverage:
Feature | Coverage |
---|---|
Authorization Code flow draft | ✅ Support for credential configuration id, scope, (draft 13) |
Pre-authorized code flow | ✅ (draft 13) |
Credential Offer | ✅ authorization_code , ✅ pre-authorized_code (draft 13) |
Dynamic Credential Request | ✅ (draft 13) |
mso_mdoc format | ✅ |
SD-JWT-VC format | ✅ |
W3C VC DM | ❌ |
Token Endpoint | ✅ (draft 13) |
Credential Endpoint | ✅ Including proofs and repeatable invocations, (draft 15) |
Credential Issuer MetaData | ✅ Unsigned metadata, (draft 15) |
Nonce endpoint | ✅ (draft 15) |
Deferred Endpoint | ✅ (draft 15) |
Proof | ✅ JWT |
Credential response encryption | ✅ (draft 15) |
Notification Endpoint | ✅ |
Pushed authorization request | ✅ |
Wallet authentication | ✅ public client |
Demonstrating Proof of Possession (DPoP) | ❌ |
PKCE | ✅ |
You can use the EUDIW Issuer at https://issuer.eudiw.dev/, or install it locally.
The released software is a initial development release version:
- The initial development release is an early endeavor reflecting the efforts of a short timeboxed period, and by no means can be considered as the final product.
- The initial development release may be changed substantially over time, might introduce new features but also may change or remove existing ones, potentially breaking compatibility with your existing code.
- The initial development release is limited in functional scope.
- The initial development release may contain errors or design flaws and other problems that could cause system or other failures and data loss.
- The initial development release has reduced security, privacy, availability, and reliability standards relative to future releases. This could make the software slower, less reliable, or more vulnerable to attacks than mature software.
- The initial development release is not yet comprehensively documented.
- Users of the software must perform sufficient engineering and additional testing in order to properly evaluate their application and determine whether any of the open-sourced components is suitable for use in that application.
- We strongly recommend not putting this version of the software into production use.
- Only the latest version of the software will be supported
Pre-requisites:
- Python v. 3.9 or 3.10
- Flask v. 2.3 or higher
Click here for detailed installation instructions.
Click here for detailed instructions.
Please see detailed instructions in install.md.
Please see detailed instructions in api_docs/add_credential.md.
Yes. You must copy your IACA trusted certificate(s) (in PEM format) to the trusted_CAs_path
folder. If you don't have an IACA certificate, we provide an example test IACA certificate for the country Utopia (UT).
See more information in api_docs/configuration.md.
Yes. Please follow the instructions in api_docs/configuration.md. If you don't have Document Signer private key and certificate, we provide test private DS keys and certificates, for country Utopia (UT).
Please see detailed instructions in api_docs/credential_offer.md.
Yes. Please see how in api_docs/pre-authorized.md.
Yes. Please see how in Install Docker.
Information and guides on the revocation service can be found in the following repository.
We welcome contributions to this project. To ensure that the process is smooth for everyone involved, follow the guidelines found in CONTRIBUTING.md.
Copyright (c) 2023 European Commission
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.