The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
Disable WebAuthn MFA for ONTAP System Manager users
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
As an ONTAP administrator, you can disable WebAuthn MFA for a user or group by editing the user or group with System Manager or the ONTAP CLI.
Disable WebAuthn MFA for an existing user or group
You can disable WebAuthn MFA for an existing user or group at any time.
|
If you disable registered credentials, the credentials are retained. If you enable the credentials again in the future, the same credentials are used, so the user doesn't need to re-register upon logging in. |
System Manager
CLI
System Manager
System Manager
CLI
-
Select Cluster > Settings.
-
Select the arrow icon next to Users and Roles.
-
In the list of users and groups, select the user or group you want to edit.
-
In the MFA for HTTP column for that user, select Disabled.
-
Select Save.
-
Modify an existing user or group to disable WebAuthn MFA for that user or group.
In the following example, WebAuthn MFA is disabled by choosing "none" for the second authentication method.
security login modify -user-or-group-name <user_or_group_name> \ -authentication-method domain \ -second-authentication-method none \ -application http \ -role admin
Console