Test with EU Digital Identity Wallet
Download and install the EU Digital Identity Wallet on your Android device to test credential presentation flows with the Vidos Authorizer.
About the EUDI Wallet
Section titled “About the EUDI Wallet”The EU Digital Identity Wallet is a reference implementation of a digital identity wallet that supports W3C Verifiable Credentials and OpenID4VP protocols. It serves as a reference for wallet providers implementing the European Digital Identity framework.
Why a custom build?
Section titled “Why a custom build?”The EUDI Wallet must be configured to trust the Vidos Authorizer signing certificate for the Authorization Request. To simplify testing scenarios, we’ve created a pre-configured test build of the reference wallet that already trusts the Vidos Authorizer signing certificate.
Prerequisites
Section titled “Prerequisites”Before installing the wallet, ensure you have:
- An Android device
- Permission to install apps from unknown sources (for sideloading APK files)
What you’ll accomplish
Section titled “What you’ll accomplish”By following this guide, you’ll be able to:
- Download the latest EUDI Wallet APK
- Install the wallet on your Android device
- Test credential presentation with the Vidos Authorizer demo
Download the wallet
Section titled “Download the wallet”Download the latest version of the EUDI Wallet APK from the GitHub releases page:
Download latest EUDI Wallet APK
On the releases page, expand the Assets section and download the APK file.
Install on Android
Section titled “Install on Android”Choose one of the following installation methods:
Option 1: Install directly using ADB
Section titled “Option 1: Install directly using ADB”- Download the APK file on your computer.
- Connect your Android device to your computer via USB.
- Enable USB debugging on your Android device.
- Run
adb install <path to downloaded apk>in your terminal. - Launch the EUDI Wallet app on your device and complete the initial setup (create a PIN).
Learn more about ADB (Android Debug Bridge).
Option 2: Download directly on Android
Section titled “Option 2: Download directly on Android”- Download the APK file directly on your Android device using your browser.
- Open the APK file from your downloads folder.
- Enable “Install from unknown sources” for your browser if prompted.
- Tap “Install” to complete the installation.
- Launch the EUDI Wallet app and complete the initial setup (create a PIN).
Test with the Authorizer
Section titled “Test with the Authorizer”Once installed, you can test credential presentation flows using the Vidos Authorizer demo tool https://authorizer.demo.vidos.id
Visit the demo URL request a credential, then use the wallet to respond.
Build from source
Section titled “Build from source”For development or customization, you can build the wallet from source by following the instructions in the GitHub repository README.