-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enforce 2FA is a feature for all organizations who want to ensure that all users of their organization have 2FA enabled before they can access their organiztion. Enforce 2FA is part of the Q3 releas.
- Loading branch information
Showing
4 changed files
with
33 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
keywords: docs, tutorials, 2fa | ||
--- | ||
|
||
# Enforce Two-factor authentication (2FA) | ||
|
||
Two-factor authentication can be enforced for the whole organization to ensure that all users who access | ||
the organization have Two-factor authentication enabled. | ||
|
||
## Before enforcing Two-factor authentication | ||
|
||
Before you enforce Two-factor authentication for your organization, consider | ||
any users without 2FA already enabled setup will immediately lose access to the | ||
organization and subsequent pipelines. | ||
|
||
Users can set up Two-factor authentication by following this [tutorial]. | ||
|
||
## Steps to enforce Two-factor authentication | ||
|
||
To enforce Two-factor authentication: | ||
|
||
- You must be logged in as an Administrator | ||
- Vist the Organization's [security settings] | ||
- Check **Enforce Two-factor authentication** | ||
- Click **Update Access Control** | ||
|
||
[security settings]: <https://buildkite.com/organizations/~/security> | ||
[tutorial]: <../tutorials/2fa> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters