Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/recover codes correction #223

Merged
merged 2 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ We suggest you advise users ahead of time if you are changing your sign-in requi

When a user signs in for the first time, or signs up as a new user (and MFA is activated), they will be offered a set of recovery codes that they can store for future use. They can then use a recovery code if they don’t have access to their device or authenticator app.

If you [reset MFA for a user](/manage-users/access-control/reset-multi-factor-authentication-for-a-user/) later - say if they lose their device or decide to opt in - then they will be issued with new recovery codes. The old codes will expire.

## MFA can be enforced for individual organizations

Customers on the Kinde Scale plan are able to set MFA at the organization level. This is especially useful for B2B businesses who have many organizations, with varying auth requirements. See [Set MFA for an organization](/authenticate/multi-factor-auth/mfa-per-org/).
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ In Kinde, go to **Settings > Environment > Multi-factor auth**.

![Screen shot of Require MFA switches](https://imagedelivery.net/skPPZTHzSlcslvHjesZQcQ/78708a19-58c6-4cdd-a1e7-0c34c88dfb00/public)

- If you want everyone, in every organization to use MFA, set **Require multi-factor authentication** as ‘Yes’ or ‘Optional’.
- Select **No** - If you want MFA to be applied in only some organizations or for some connections in your business. You will then need to set MFA in each organization separately.

- If you want MFA to be applied in only some organizations or for some connections in your business, set **Require multi-factor authentication** to 'No'. You will then need to set MFA in each organization separately.
- Select **Yes** or **Optional** - If you want everyone, in every organization to use MFA’. Note that if you select **Yes** here, MFA will apply in all organizations regardless of what you set at the organization level.

## Switch on MFA for an organization

Expand Down