Skip to main content
Skip table of contents

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.

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>

Read Next

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.