Configuration Guide

MFA Devices Management Widget

Definition

This widget is used to display and manage a User's MFA devices. It separately displays the browser and mobile devices.

image-20220928-090645.png


Configuration

Properties

Property name

Type

Mandatory

Description

Values (default value in bold)

displayBrowserDevices

Boolean

YES

Indicates whether or not to display the browser devices.

true, false

displayMobileDevices

Boolean

YES

Indicates whether or not to display the mobile devices.

true, false

canDeleteDevices

Boolean

YES

 Indicates whether or not deleting devices is possible.

true, false

canRenameDevices

Boolean

YES

 Indicates whether or not renaming devices is possible.

true, false

Example

XML
<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>