Definition
This widget is used to display and manage a User's MFA devices. It separately displays the browser and mobile devices.
Configuration
Properties
|
Property name |
Type |
Mandatory |
Description |
Values (default value in bold) |
|---|---|---|---|---|
|
displayBrowserDevices |
|
YES |
Indicates whether or not to display the browser devices. |
true, false |
|
displayMobileDevices |
|
YES |
Indicates whether or not to display the mobile devices. |
true, false |
|
canDeleteDevices |
|
YES |
Indicates whether or not deleting devices is possible. |
true, false |
|
canRenameDevices |
|
YES |
Indicates whether or not renaming devices is possible. |
true, false |
Example
<widget id="my-mfa-device-management-widget" xsi:type="ctdbum:MyMFADevicesManagementWidgetType">
<hidden>false</hidden>
<config>
<bordered>false</bordered>
<title>true</title>
<displayBrowserDevices>true</displayBrowserDevices>
<displayMobileDevices>true</displayMobileDevices>
<canDeleteDevices>true</canDeleteDevices>
<canRenameDevices>true</canRenameDevices>
</config>
</widget>
Read Next
-
MFA Device Enrollment Widget Used to allow users to enroll a new device or to send a device enrollment link.
-
MFA Devices Management Widget -
MFA Reset Widget Used to allow administrators to reset a User MFA account and (eventually) send a new activation link.
-
MFA Unlock Widget Used by the User or Administrator to generate and display an Unlock PIN for the User