Skip to content

Commit

Permalink
Merge pull request #159 from niscy-eudiw/main
Browse files Browse the repository at this point in the history
Proximity verifier readme
  • Loading branch information
stzouvaras authored Jul 26, 2024
2 parents a822ad4 + 4c96256 commit 2d58d79
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Proximity

You can download the application [here](https://install.appcenter.ms/orgs/eu-digital-identity-wallet/apps/eudi-reference-android/distribution_groups/eudi%20wallet%20(demo)%20public)

You will also need to download the Android Verifier app [here](https://install.appcenter.ms/orgs/eu-digital-identity-wallet/apps/mdoc-verifier-testing/distribution_groups/eudi%20verifier%20(testing)%20public)
You will also need to download the Android Verifier app. More information can be found [here](wiki/verifier_proximity.md)

### App launch

Expand Down
26 changes: 26 additions & 0 deletions wiki/verifier_proximity.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# mDoc Verifier (Testing)

The mDoc Verifier (Testing) is an Android application based on the `appverifier` from the [Google Identity Credential library](https://github.com/openwallet-foundation-labs/identity-credential), implementing ISO/IEC 18013-5:2021.

## Purpose

The mDoc Verifier (Testing) app is provided to help developers test and validate their wallet implementations.

## Modifications

Starting from the original code of the `appverifier` [here](https://github.com/openwallet-foundation-labs/identity-credential/commit/0b9b31ef63047762e10300e23a22f6d7dcfb6d15), the following modifications have been made:

- Support for requesting EU Documents:
- Personal Identification Data (PID) document, according to the ARF PID RuleBook.
- Age Verification (Pseudonym) document.
- IACA Certificates: Updated to support EUDI Wallet IACAs as trusted certificates.
- Reader Authentication Certificate.

The app is available for download from the App Center, [here](https://install.appcenter.ms/orgs/eu-digital-identity-wallet/apps/mdoc-verifier-testing/distribution_groups/eudi%20verifier%20(testing)%20public)
(the code is not currently publicly available).

## Important Note
The mDoc Verifier (Testing) app is a testing tool for developers to validate their wallet implementations.
It is not intended for production use.
The app may contain bugs or other issues that affect its functionality on different mobile devices or Android versions.
These issues will be addressed in the upcoming open-source library, which will be available for developers to build their own verifier applications.

0 comments on commit 2d58d79

Please sign in to comment.