Go to file
TanelOrumaa 9b0cb1a22d MOB-42 Changed POST request logic 2021-11-08 23:52:38 +02:00
.github/workflows Merge pull request #7 from TanelOrumaa/MOB-33 2021-10-09 15:25:28 +03:00
MobileAuthApp MOB-42 Changed POST request logic 2021-11-08 23:52:38 +02:00
TestMobileApp forgot to remove dummy values 2021-11-08 20:26:17 +02:00
demoBackend MOB-42 Changed POST request logic 2021-11-08 23:52:38 +02:00
.gitignore MOB-9 Added gitignore to ignore intellij and kotlin unnecessary files. 2021-10-02 14:19:47 +03:00
LICENSE Initial commit 2021-09-12 17:36:11 +03:00
README.md Release notes updated 2021-11-08 21:51:54 +02:00
gradle.properties Fixes package name. 2021-10-05 23:52:27 +03:00

README.md

Estonian-ID-card-mobile-authenticator-POC

This is a proof-of-concept project for creating an Android app for authenticating yourself using an NFC-enabled Estonian ID card. This project will be created for the University of Tartu course "Software project".

Requirements to use the application

  • The smartphone's operating system must be Android 8.0 or newer
  • The smartphone must support NFC technology and it must be enabled
  • The user must have an Estonian ID card with NFC capability (issued since 2018)

Knowledge of Estonian might be useful as the application is in Estonian language at the moment. The English language support will be added during the iteration 3. If one does not understand Estonian then the guide at the bottom of the release notes might be useful.

Installing the application on the phone

The first option is to open the MobileAuthApp folder of the project on the Android Studio and use the smartphone instead of an emulator (the application does not work with emulators because real ID card has to be scanned, which an emulator can not do) to run the application. This way the application gets installed on the phone automatically.

More information about using real devices with Android studio: https://developer.android.com/studio/run/device

The second and more reliable option is to get the .apk that is generated under the Artifacts of GitHub Actions when the project is built. Download the .apk file and move it to the smartphone and install it (phone permissions might have to be changed because it is not installed through Google Play). After the application has been installed it should open as any other application.

More info about installing third party applications on the Android phones: https://www.androidauthority.com/how-to-install-apks-31494/

NB! Before using the application make sure that the NFC is enabled on the phone, otherwise information can not be read from the ID card.

Wiki pages relevant for the "Software project" subject