-
Notifications
You must be signed in to change notification settings - Fork 899
config properties mfa
v1.2.1
object
(mfa)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
acquire_on_login | boolean |
Required | cannot be null | Config |
acquire_on_registration | boolean |
Required | cannot be null | Config |
enabled | boolean |
Required | cannot be null | Config |
optional | boolean |
Required | cannot be null | Config |
security_keys | object |
Optional | cannot be null | Config |
totp | object |
Optional | cannot be null | Config |
acquire_on_login
configures if users are prompted creating an MFA credential on login.
acquire_on_login
-
is required
-
cannot be null
boolean
acquire_on_registration
configures if users are prompted creating an MFA credential on registration.
acquire_on_registration
-
is required
-
cannot be null
boolean
The default value is:
true
enabled
determines whether multi-factor-authentication is enabled.
enabled
-
is required
-
cannot be null
boolean
The default value is:
true
optional
determines whether users must create an MFA credential when prompted. The MFA credential cannot be
deleted if multi-factor-authentication is required (optional: false
).
optional
-
is required
-
cannot be null
boolean
The default value is:
true
security_keys
configures security key settings for multi-factor-authentication
security_keys
-
is optional
-
cannot be null
object
(security_keys)
totp
configures the TOTP (Time-Based One-Time-Password) method for multi-factor-authentication.
totp
-
is optional
-
cannot be null
object
(totp)