Axidian Key
Files for the Axidian Key Provider installation are located at axidian\Axidian Providers\Axidian Key Provider\<Version number>\.
AuthProviders.AxidianKey.msi: The installation package of Axidian Key Provider.
About Axidian Key
Axidian Key Provider requires the installation of Axidian Key Server.
Users must have the Axidian Key application installed for authentication.
Install the provider
- To install Axidian Key, run the AuthProviders.AxidianKey.msi installer.
- After the installation is complete, restart the system. If the installation wizard prompts you to restart the system, confirm this action.
- To remove or restore the product, open the Control panel menu and use the standard procedure for the supported operating systems.
Configure the provider
Run Windows Registry Editor.
In the HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Axidian-ID\BSPs section, create the Axidian Key key with the nested value.
In the Axidian Key section, create a string parameter
ServerUrland specify the URL of your Key Server.infoSpecify the URL from the
ServerUrlparameter of the Key Server configuration file.Restart the IIS server.
Configure the application
Add and configure a certificate
Certificate configuration is required if you use SSL to connect to Key Server.
- Convert the root certificate to the .cer or .crt format. You cannot use .pfx as root certificate.
- Send the certificate to a smartphone and install it.
- Add the certificate to trusted ones.
- For IOS devices:
- Go to Settings → General → About → Certificates Trust Settings.
- In Enable Full Trust for root certificates, mark the installed certificate as trusted.
- For Android devices:
- Go to Settings → Security and lock screen → Encryption and credentials.
- Verify that the certificate is successfully added to the User credentials section.
- For IOS devices:
- Verify that the certificate is successfully added to the Trusted credentials section.
Install the mobile application
Download the Axidian Key application and enable sending notifications.
Specify the password to log in to the application.
In the Keys window, click the plus + icon to add a key.
Give the application a permission to use camera and scan the QR code.
Confirm the creation of certificate request.
Confirm the request to install the certificate.
The key appears in the Keys window, if added correctly.
To remove a key from the application, swipe the key to the left.
When trying to remove an Axidian Key authenticator for a user, they receive a push notification of registered key removal. The key is removed from the application after the operation is confirmed.
Configuration:
Open the Key Server configuration file Web.config.
Add the following code to the file. Also, configure the certificate if you use SSL to connect to Key Server.
Example
<trustedClientsSettings>
<trustedClients>
<add id="1" />
</trustedClients>
</trustedClientsSettings>In the HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Axidian-ID\BSPs\AxidianKey section on the computer with the Axidian Key provider installed, create a string parameter
ClientIdand specify theidvalue.After the changes are applied, the user receives push notifications of the removal.