MFA Reset Widget
Definition
This widget is used by the Administrator to completely reset a User MFA Account and (eventually) send a new activation link.
As a precondition, the admin selects a user having an MFA account and enrolled devices to reset his/her MFA account.

A. The user can choose whether to "Send a new enrollment link to the user" or reset the device enrollment directly on the MFA reset.
B. When selecting "default", an email will be sent to the user default email address.
C. With "custom", the user can enter any email address.
Configuration
Properties
Properties name | Type | Mandatory | Description | Values (default value in bold) |
---|---|---|---|---|
allowEnrollmentLink |
| NO | Indicates whether or not devices can be enrolled with an enrollment link. | true, false |
| NO | Options for enrollment through a link. | - |
enrollmentLinkOptions properties
Properties name | Type | Mandatory | Description | Values (default value in bold) |
---|---|---|---|---|
mode |
| NO | Two modes of device enrollment are available through a link. | UNIQUE, DEVICE |
deviceEnrollmentLinkIntent |
| NO | Identifier of the Self-Service feature to enroll a device. By default this will provide the choice between mobile and browser. Used when mode is UNIQUE. | my_mfa_enroll |
deviceEnrollmentLinkIntentBrowser |
| NO | Identifier of the Self-Service feature to enroll a Browser device. Used when mode is DEVICE and BROWSER is selected. | my_mfa_enroll_browser |
deviceEnrollmentLinkIntentMobile |
| NO | Identifier of the Self-Service feature to enroll a Mobile device. Used when mode is DEVICE and MOBILE is selected. | my_mfa_enroll_mobile |
deviceEnrollmentLinkUseCount |
| NO | Number of times the enrolment link can be accessed (during the validity period). | 1 |
displayDeviceEnrollmentLink |
| NO | Indicates whether or not the enrollment link shall be displayed on screen. | true, false |
sendDeviceEnrollmentLink |
| NO | Indicates whether or not the enrollment link shall be sent by notification. | true, false |
sendDeviceEnrollmentLinkEmailOverride |
| NO | Authorizes to override the destination email address when sending the device enroll link by email. | true, false |
actions |
| NO | Allows to define actions (notification sending, script execution...) that will be performed when the feature is submitted. In the case of a rule exection, it must be of MYMFA category. | - |