Skip to content

Commit 7b80112

Browse files
author
AWS
committed
Amazon Cognito Identity Provider Update: Added support for threat protection for custom authentication in Amazon Cognito user pools.
1 parent b587786 commit 7b80112

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Cognito Identity Provider",
4+
"contributor": "",
5+
"description": "Added support for threat protection for custom authentication in Amazon Cognito user pools."
6+
}

services/cognitoidentityprovider/src/main/resources/codegen-resources/service-2.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3116,6 +3116,23 @@
31163116
},
31173117
"documentation":"<p>The global sign-out response, as an administrator.</p>"
31183118
},
3119+
"AdvancedSecurityAdditionalFlowsType":{
3120+
"type":"structure",
3121+
"members":{
3122+
"CustomAuthMode":{
3123+
"shape":"AdvancedSecurityEnabledModeType",
3124+
"documentation":"<p>The operating mode of advanced security features in custom authentication with <a href=\"https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-challenge.html\"> Custom authentication challenge Lambda triggers</a>. </p>"
3125+
}
3126+
},
3127+
"documentation":"<p>Advanced security configuration options for additional authentication types in your user pool, including custom authentication and refresh-token authentication. </p>"
3128+
},
3129+
"AdvancedSecurityEnabledModeType":{
3130+
"type":"string",
3131+
"enum":[
3132+
"AUDIT",
3133+
"ENFORCED"
3134+
]
3135+
},
31193136
"AdvancedSecurityModeType":{
31203137
"type":"string",
31213138
"enum":[
@@ -8169,7 +8186,11 @@
81698186
"members":{
81708187
"AdvancedSecurityMode":{
81718188
"shape":"AdvancedSecurityModeType",
8172-
"documentation":"<p>The operating mode of advanced security features in your user pool.</p>"
8189+
"documentation":"<p>The operating mode of advanced security features for standard authentication types in your user pool, including username-password and secure remote password (SRP) authentication. </p>"
8190+
},
8191+
"AdvancedSecurityAdditionalFlows":{
8192+
"shape":"AdvancedSecurityAdditionalFlowsType",
8193+
"documentation":"<p>Advanced security configuration options for additional authentication types in your user pool, including custom authentication and refresh-token authentication. </p>"
81738194
}
81748195
},
81758196
"documentation":"<p>User pool add-ons. Contains settings for activation of advanced security features. To log user security information but take no action, set to <code>AUDIT</code>. To configure automatic security responses to risky traffic to your user pool, set to <code>ENFORCED</code>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pool-settings-advanced-security.html\">Adding advanced security to a user pool</a>.</p>"

0 commit comments

Comments
 (0)