mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-06 13:57:41 +00:00
docs: disable mfa prompt (#7063)
* docs: disable mfa prompt * Update docs/docs/guides/solution-scenarios/configurations.mdx Co-authored-by: Florian Forster <florian@zitadel.com> --------- Co-authored-by: Florian Forster <florian@zitadel.com>
This commit is contained in:
parent
0e4a62b66f
commit
e005ed5114
@ -137,3 +137,14 @@ Content-Security-Policy: frame-ancestors https://custom-domain.com
|
||||
```
|
||||
|
||||
and remove the X-Frame-Options header.
|
||||
|
||||
### Disable Multi-factor (MFA) Prompt
|
||||
|
||||
To encourage the users to more security for their accounts, a multi-factor prompt is shown after a certain time, to prompt them to configure an additional factor.
|
||||
This prompt is shown even if multi-factor is not enforced for the users.
|
||||
|
||||
If you do want to disable the prompt for your users, go to the login behavior settings and set the "Multifactor Init Lifetime" to 0.
|
||||
If the setting is not configured to 0, it means that after that time, the user will be asked again to setup a factor.
|
||||
|
||||
![Login Behavior Settings: Multi-factor init lifetime](/img/guides/scenarios/login-settings-mfa-init-lifetime.png)
|
||||
|
||||
|
BIN
docs/static/img/guides/scenarios/login-settings-mfa-init-lifetime.png
vendored
Normal file
BIN
docs/static/img/guides/scenarios/login-settings-mfa-init-lifetime.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 79 KiB |
Loading…
x
Reference in New Issue
Block a user