MFA Device Enrollment Widget
Definition
This widget displays a set of buttons that allows to:
enroll a new Device immediately
send a device Enrollment Link by email

Configuration
Properties
Properties name | Type | Mandatory | Description | Values (default value in bold) |
---|---|---|---|---|
| NO | Options to display the myMfa iframe. | - | |
allowImmediateEnrollment |
| NO | Indicates whether or not devices can be immediately enrolled. | true, false |
allowDisplayActivationCode |
| NO | Allows to display Activation Code. Often uses in cases of M_ACCESS browserEnrollmentMethod | true, false |
| NO | Options for immediate enrollment. | ||
allowEnrollmentLink |
| NO | Indicates whether or not devices can be enrolled with an enrollment link. | true, false |
| NO | Options for enrollment through a link. | - |
Design properties
Properties name | Type | Mandatory | Description | Values (default value in bold) |
---|---|---|---|---|
bgColor |
| NO | Indicates the color of the Popup container background (CSS like hex, "red" rgb() etc.) | #999999 |
borderColor |
| NO | Indicates the color of the Popup external border (CSS like hex, "red" rgb() etc.) | #2D5F8B |
displayStyle |
| NO | Indicates the type of display of the enrollment. | INLINE, MODAL |
left |
| NO | Indicates the distance in % from the container left. | 0 |
mainColor |
| NO | Indicates the popup main color. | #2D5F8B |
rounded |
| NO | Indicates if corners are rounded. | false, true |
shaded |
| NO | Indicates if the box is shaded. | false, true |
skin |
| NO | Indicates the theme used for the window insides. | default, mobile |
titleColor |
| NO | Indicates the color of the title. | #FFFFFF |
titlebgColor |
| NO | Indicates the color of the title bar background. | #2D5F8B |
top |
| NO | Indicates the distance in % from the container top. | 0 |
withActionTitle |
| NO | Indicates if the title inside the popup will be shown. This title is closely related to the action currently processed in the popup (authentication, activation…) | false, true |
withBorder |
| NO | Indicates if the popup external border is removed, along with the background color of the container. | false, true |
withLogo |
| NO | Indicates if the myMFA logo is displayed. | false, true |
withTitle |
| NO | Indicates if the title inside the popup will be shown. | false, true |
immediateEnrollmentOptions properties
Properties name | Type | Mandatory | Description | Values (default value in bold) |
---|---|---|---|---|
deviceTypes | - | NO | Device type | - |
browserEnrollmentMethod |
| NO | The method used to enroll a browser. | EMBEDDED, MY |
deviceTypes properties
Properties name | Type | Mandatory | Description | Values (default value in bold) |
---|---|---|---|---|
deviceType |
| NO | Two types of devices are available to be enrolled immediately. | BROWSER, MOBILE |
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. | - |