-
Error Management Section should be added with a description of the proper error response codes.
-
The current Digital Credential Data Model, draws from the OpenID Identity Assurance Profile [OIDC.IDA], needs the changes described below:
- The verified_claims parameter be capable of holding an A…
-
Running flake8 on the soruce tree shown several code style issues
````
flake8 pyeudiw --count --select=E9,F63,F7,F82 --show-source --statistics
flake8 pyeudiw --count --exit-zero --statistics…
-
In order to reduce harmful over-requesting of 3P attested information it would be useful to have a registry of origins allowed to request credentials. If the origin is not listed then the site would n…
-
The latest release of the package `cryptography` [v42.0.0](https://pypi.org/project/cryptography/42.0.0/#history) causes the following error when running this package in [Satosa-Saml2Spid](https://git…
-
using docstring rst format:
- [x] sphinx command (+ update readme informations)
- [x] CD (Github pages + Gtihub Actions)
- [x] Readme update (sphinx command + API documentation)
@PascalDR
_Origina…
-
Currently [publish-to-container-registry.yml](https://github.com/eu-digital-identity-wallet/eudi-srv-pid-issuer/blob/main/.github/workflows/publish-to-container-registry.yml) workflow uses the followi…
-
-
-
We need to document each class, method and function with a structure similar to what we have for the backend class
````
"""
OpenID4VP backend module.
:param auth_callback_func: C…