Skip to content

Commit

Permalink
Merge pull request #145 from buildkite/enforce-2fa-access-token-impli…
Browse files Browse the repository at this point in the history
…cations

Add implications of 2FA on API access tokens
  • Loading branch information
timriley authored Nov 29, 2024
2 parents c974697 + 708a089 commit 632ca11
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pages/platform/team_management/enforce_2fa.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ enforced 2FA via the GraphQL API.

[cookbook]: </docs/apis/graphql/cookbooks/organizations#enforce-two-factor-authentication-2fa-for-your-organization>
[2FA tutorial]: </docs/platform/tutorials/2fa>

## API access tokens

Enforcing 2FA does not invalidate existing [API access tokens][access-tokens]. Existing tokens will
continue to work, but users must enable 2FA before they can update existing tokens or create new ones.

[access-tokens]: </docs/apis/managing-api-tokens>

0 comments on commit 632ca11

Please sign in to comment.