How to customize PhenixID mobile apps
This article describes how to configure the settings for PhenixID mobile apps, Pocket Pass and One Touch.
The reader should have knowledge about PhenixID Server.
System requirements
- PhenixID Server installed.
- The webapps Self Service and / or MFA Admin configured
Overview
The instructions in this document will help you customizing the mobile apps.
Please make sure to have a backup of the configuration before making the changes below.
Pocket Pass
Parameters
These are settings can be modified, but not displayed in the GUI.
Parameter | Default value | Comment |
---|---|---|
token_period | 30 | Time in seconds before generating a new TOTP token in Pocket Pass |
token_pin |
true |
true / false / optional Note: It's strongly recommended NOT to disable pin. |
Configuration
In order to modify the setting you have to find the resource object, matching the "scenario ID".
So go to the tab Advanced in the configuration portal, then choose "Guide configurations", find your scenario and make a note of the "resource_ref".
Now click on Resources and find the id that you want to change. The settings are in the value for "content".
Base64 decode the value of the content key, modify the setting according to the table (search for token_period and add /change values in this section), base64 encode the modified content and replace the value in the resource object.
One Touch
Parameters
Parameter |
Default value |
Comment |
---|---|---|
lock_type |
pin |
pin |
lock_required |
true |
true / false / optional |
expression_description |
Pincode with at least 4 digits |
|
lock_expression |
^[0-9]{4,}$ |
|
allow_fingerprint_scanner |
true |
true / false |
incorrect_attempts |
5 |
|
encryption_mode |
plain |
Configuration
In order to modify the setting you have to find the resource object, matching the "scenario ID".
Base64 decode the value of the content key, modify the setting according to the table, base64 encode the modified content and replace the value in the resource object.