Skip to main content
Command reference

security webauthn modify

Suggest changes

Modify Webauthn Global Settings

Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

Description

The security webauthn modify command modifies one or more global FIDO2/WebAuthn settings.

Parameters

-vserver <vserver name> - Vserver

This parameter optionally specifies the Vserver associated with the setting. If this parameter is specified, the setting applies to that Vserver only. If not specified, the cluster Vserver is used.

[-timeout <integer>] - Timeout (ms)

Modify operation is not supported for this parameter.

[-attestation {none|indirect|direct|enterprise}] - Attestation Conveyance Type

Modify operation is not supported for this parameter.

[-require-rk {true|false}] - Require Resident Key

Modify operation is not supported for this parameter.

[-resident-key {required|preferred|discouraged}] - Resident Key

Modify operation is not supported for this parameter.

[-user-verification {required|preferred|discouraged}] - User Verification

Modify operation is not supported for this parameter.

[-rp-domains <text>,…​] - Relying Party Domain List

Relying party domain list.

Examples

The following command modifies the relying party domain list.

cluster1::> security webauthn modify -rp-domains domain.com

cluster1::> security webauthn show
Vserver: cluster1
               Timeout (ms): 600000
Attestation Conveyance Type: none
       Require Resident Key: false
               Resident Key: discouraged
          User Verification: discouraged
  Relying Party Domain List: domain.com