Skip to content

Commit 806992d

Browse files
committed
Add TFA security questions requirements
1 parent 2c38f2b commit 806992d

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

openapi.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16730,12 +16730,12 @@ paths:
1673016730
tags:
1673116731
- Profile
1673216732
summary: Two Factor Secret Create
16733-
description: >
16734-
Generates a Two Factor secret for your User. TFA will
16735-
not be enabled until you have successfully confirmed the code you
16736-
were given with [tfa-enable-confirm](/docs/api/profile/#two-factor-secret-create) (see below).
16737-
Once enabled, logins from untrusted computers will be required to provide
16733+
description: |
16734+
Generates a Two Factor secret for your User. To enable TFA for your User, enter the secret obtained from this command with the **Two Factor Authentication Confirm/Enable** ([POST /profile/tfa-enable-confirm](/docs/api/profile/#two-factor-authentication-confirmenable)) command.
16735+
Once enabled, logins from untrusted computers are required to provide
1673816736
a TFA code before they are successful.
16737+
16738+
**Note**: Before you can enable TFA, security questions must be answered for your User by accessing the **Security Questions Answer** ([POST /profile/security-questions](/docs/api/profile/#security-questions-answer)) command.
1673916739
operationId: tfaEnable
1674016740
x-linode-cli-action: tfa-enable
1674116741
security:
@@ -17294,11 +17294,13 @@ paths:
1729417294
- Profile
1729517295
summary: Security Questions Answer
1729617296
description: |
17297-
Adds security question responses for your User Profile.
17297+
Adds security question responses for your User.
1729817298

1729917299
Requires exactly three unique questions.
1730017300

1730117301
Previous responses are overwritten if answered or reset to `null` if unanswered.
17302+
17303+
**Note**: Security questions must be answered for your User prior to accessing the **Two Factor Secret Create** ([POST /profile/tfa-enable](/docs/api/profile/#two-factor-secret-create)) command.
1730217304
operationId: postSecurityQuestions
1730317305
x-linode-cli-action: answer
1730417306
x-linode-cli-skip: true

0 commit comments

Comments
 (0)