Mobile application
SimpleIdServer offers a mobile application that is both free and open-source.
Download
The application can be downloaded for Android here.
Enroll
The mobile application utilizes SimpleIdServer's FIDO U2F endpoints to enroll a public key, while the private key is securely stored on the device.
During the authentication process, SimpleIdServer sends a challenge response to the device to verify the corresponding private key.
Follow these steps to enroll your mobile application:
- Go to the following URL to register a new user https://openid.simpleidserver.com/master/mobile/Register.
- Enter a random username and click on the
Generate QR Code
button.
If you are using the mobile application, follow these steps:
- Open the mobile application.
- Select the
Enroll
tab. - Click on the
Scan QR Code
button and scan the QR code displayed on the website.
If you are using the demo application, follow these steps:
- Open the demo application.
- Select the
Settings
tab. - Enable
Developer mode
. - Choose the
Enroll
tab, click onEnter QR Code
, then copy and paste the QR Code JSON into the field and click onSave
.
Your mobile application is now successfully enrolled and ready to be used for user authentication.