eu-digital-identity-wallet / eudi-srv-web-issuing-eudiw-py

APIs and code of the eudiw provider backend PID, mDL and EAA issuer following OID4VCI
Apache License 2.0
18 stars 20 forks source link

Hardcoded references to verifier backend #44

Closed potential-nl-blsp closed 1 month ago

potential-nl-blsp commented 2 months ago

The code, specifically in app/route_oidc.py and app/route_oid4vp.py contains hardcoded references to the verifier backend (dev.verifier-backend.eudiw.dev) at NiScy. Because of this, the code "as is" cannot be used in a completely seperate deployment (i.e. with own instance of verifier backend).

This is a request to make the verifier backend to be used configurable.

pinamiranda commented 1 month ago

Thank you for your request. It will be added in the next version.