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
5 stars 6 forks source link

Update version to draft 13 #23

Closed YasserHawass closed 1 week ago

YasserHawass commented 1 month ago

Currently the Android UI is working with draft 13 according to Error on Android EUDI app clicking new National ID #91

and works with backend https://dev.issuer.eudiw.dev. However, the current repo are not up-to-date with it.

for example: when calling https://dev.issuer.eudiw.dev/.well-known/openid-credential-issuer vs localhost/oidc/.well-known/openid-credential-issuer we recieve different responses, which determine the flow of the application. image

Is it possible to have the latest version working with current implementations of Android Studio?

Wonko-42 commented 1 month ago

I'm having the same issue, let me know if you manage to resolve it

elblasto420 commented 1 month ago

Hi all. I have the same issue, when we use the Python Issuer we only get to the first endpoint, https://issuer.eudiw.dev/oidc/.well-known/openid-credential-issuer image Afterwards I get the following error on Android: image To be noted, this happens with the latest version (13) but this has also been happening with previous versions. However when I switch to the Kotlin Issuer (let us remember Python is the Demo Flavor and Kotlin is the Dev Flavor) it works perfectly fine as of the latest version. Regardless if you use their Issuer or you raise your own, you'll get the same error. Can anyone look into it?

pinamiranda commented 1 week ago

Hi @YasserHawass ,

Thank you for open this issue.

Currently the Android UI is working with draft 13 according to Error on Android EUDI app clicking new National ID #91

and works with backend https://dev.issuer.eudiw.dev. However, the current repo are not up-to-date with it.

This repo is up-to-date with the https://issuer.eudiw.dev backend., and we have published today the EUDIW Issuer that supports OID4VCI draft 13.