-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
18 additions
and
19 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
docs/attempts-api/schemas/events/account-recovery/ForgotPasswordEmailRateLimited.yml
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
2 changes: 1 addition & 1 deletion
2
docs/attempts-api/schemas/events/account-recovery/PersonalKeyReactivationRateLimited.yml
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
description: | | ||
When the user exceeds the limit (5 attempts in 15 minutes) for entering their personal key to reactivate their account incorrectly. | ||
When the user exceeds the limit for entering their personal key to reactivate their account incorrectly. | ||
allOf: | ||
- $ref: '../shared/EventProperties.yml' | ||
- type: object |
2 changes: 1 addition & 1 deletion
2
docs/attempts-api/schemas/events/identity-proofing/IdvDocumentUploadRateLimited.yml
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
description: | | ||
A user exceeds the failure limit for document capture (5 times) during identity proofing. | ||
A user exceeds the failure limit for document capture during identity proofing. | ||
allOf: | ||
- $ref: '../shared/EventProperties.yml' | ||
- type: object |
2 changes: 1 addition & 1 deletion
2
docs/attempts-api/schemas/events/identity-proofing/IdvGpoVerificationRateLimited.yml
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
description: | | ||
When the user exceeds the limit (3 attempts in 10 minutes) for entering the security code that should have been received in a letter incorrectly during the letter verification process. | ||
When the user exceeds the limit for entering the security code that should have been received in a letter incorrectly during the letter verification process. | ||
allOf: | ||
- $ref: '../shared/EventProperties.yml' | ||
- type: object |
2 changes: 1 addition & 1 deletion
2
docs/attempts-api/schemas/events/identity-proofing/IdvPhoneOtpSentRateLimited.yml
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
2 changes: 1 addition & 1 deletion
2
docs/attempts-api/schemas/events/identity-proofing/IdvPhoneOtpSubmittedRateLimited.yml
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
2 changes: 1 addition & 1 deletion
2
docs/attempts-api/schemas/events/identity-proofing/IdvPhoneSendLinkRateLimited.yml
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
6 changes: 3 additions & 3 deletions
6
docs/attempts-api/schemas/events/identity-proofing/IdvVerificationRateLimited.yml
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
description: | | ||
The user reaches verification submission rate limits (see below) when identity proofing. | ||
The user reaches verification submission rate limits when identity proofing. | ||
allOf: | ||
- $ref: '../shared/EventProperties.yml' | ||
- type: object | ||
properties: | ||
throttle_context: | ||
type: string | ||
description: | | ||
`single-session` context means that one session attempted to submit verification using the same PII multiple times with failure and exceeded the rate limit (5 within 6 hours). | ||
`multi-session` context means that multiple sessions attempted to submit verification using the same Social Security number multiple times with failure and exceeded the rate limit (10 within 60 minutes). | ||
`single-session` context means that one session attempted to submit verification using the same PII multiple times with failure and exceeded the rate limit. | ||
`multi-session` context means that multiple sessions attempted to submit verification using the same Social Security number multiple times with failure and exceeded the rate limit. | ||
enum: | ||
- single-session | ||
- multi-session |
2 changes: 1 addition & 1 deletion
2
docs/attempts-api/schemas/events/registration/MfaEnrollPhoneOtpCodeRateLimited.yml
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
2 changes: 1 addition & 1 deletion
2
docs/attempts-api/schemas/events/registration/MfaEnrollPhoneOtpSentRateLimited.yml
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
2 changes: 1 addition & 1 deletion
2
.../attempts-api/schemas/events/sign-in/LoggedInProfileChangeReauthenticationRateLimited.yml
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
description: | | ||
When the user exceeds the limit (3) for entering their current Login.gov password during the logged-in change profile-info flow incorrectly. | ||
When the user exceeds the limit for entering their current Login.gov password during the logged-in change profile-info flow incorrectly. | ||
allOf: | ||
- $ref: '../shared/EventProperties.yml' | ||
- type: object |
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
3 changes: 1 addition & 2 deletions
3
docs/attempts-api/schemas/events/sign-in/MfaLoginPhoneOtpSentRateLimited.yml
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
2 changes: 1 addition & 1 deletion
2
docs/attempts-api/schemas/events/sign-in/MfaSubmissionRateLimited.yml
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