Table of Contents

OneTouch Enrollment

Note

The OneTouch enrollment module enables enrollment of OneTouch (both v1 and v2) profiles.

Properties

Name Description Default value Mandatory Supports property expansion
base_uri The context path to the OneTouch enrollment module false false
legacy_mode This module supports a non-legacy mode and the legacy mode is deprecated true false false
token_max_count The max amount of OneTouch profiles allowed for each unique user id. 5 false false
add_user_display_name Whether or not to add a user display name to the profile, in addition to the user id. User display name will be {{first name}} {{last name}}. true false false
user_first_name_attribute Which session attribute is used to create the first name in the user display name. givenName false false
user_last_name_attribute Which session attribute is used to create the last name in the user display name. sn false false
enroll_oath Whether or not an OATH TOTP token should be included in the OneTouch profile false false false
enroll_timeout_mins The enrollment timeout (minutes). After this expires, the enrollment link will cease to work and the user has to interact with the gui for another link. 5 false false
ios_app_install_link The install link for iOS App Store. Will be different depending on whether the enrollment is for OneTouch v1, v2, or an internal beta version. https://apps.apple.com/se/app/phenixid-onetouch/id1118849636 false false
android_app_install_link The install link for Android Google Play. Will be different depending on whether the enrollment is for OneTouch v1, v2, or an internal beta version. https://play.google.com/store/apps/details?id=com.phenixidentity.onetouch false false
on_complete_redirect_url An optional URL to redirect the user to after the OneTouch profile has been installed N/A false false

Example configuration

{
    "name" : "com.phenixidentity~phenix-prism-enroll-pki",
    "enabled" : "false",
    "prism_enabled" : "true",
    "config" : {
        "base_uri" : "pki",
        "http_configuration_ref" : "33da9e98-78cd-4132-81e3-0359decdd35b",
        "token_max_count" : "3",
        "legacy_mode" : "false",
        "add_user_display_name" : "true",
        "user_first_name_attribute" : "givenName",
        "user_last_name_attribute" : "sn",
        "enroll_oath" : "false",
        "module_base_url" : "/tokens/pki",
        "enroll_timeout_mins" : "5",
        "on_complete_redirect_url": "https://mydomain.com"
    },
    "guide_ref" : "6ba9763f-77af-4e95-8cf0-cbcc7f89e468",
    "guide_id" : "guides.enrollpki",
    "created" : "2025-04-24T08:25:51.295Z",
    "id" : "339f4d94-fde5-41c4-9e2e-2dde22821014"
}