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:
Fabi 2023-12-12 09:58:35 +01:00 committed by GitHub
parent 0e4a62b66f
commit e005ed5114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View File

@ -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)

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB