AWS cognito documentation change
Summary
Updated example userPoolDomain and userPoolId values across multiple log event examples
Security assessment
Changes involve example value standardization (adding 'auth.' subdomain, using 'EXAMPLE' placeholder) without security implications.
Diff
diff --git a/cognito/latest/developerguide/understanding-amazon-cognito-entries.md b/cognito/latest/developerguide/understanding-amazon-cognito-entries.md index da9338ed5..9e7f56249 100644 --- a/cognito/latest/developerguide/understanding-amazon-cognito-entries.md +++ b/cognito/latest/developerguide/understanding-amazon-cognito-entries.md @@ -129,2 +129,2 @@ Amazon Cognito logs the following event when a new user chooses **Sign up** from - "userPoolDomain": "mydomain.us-west-2.amazoncognito.com", - "userPoolId": "us-west-2_aaaaaaaaa" + "userPoolDomain": "mydomain.auth.us-west-2.amazoncognito.com", + "userPoolId": "us-west-2_EXAMPLE" @@ -199,2 +199,2 @@ Amazon Cognito logs the following event when a new user chooses a username, ente - "userPoolDomain": "mydomain.us-west-2.amazoncognito.com", - "userPoolId": "us-west-2_aaaaaaaaa" + "userPoolDomain": "mydomain.auth.us-west-2.amazoncognito.com", + "userPoolId": "us-west-2_EXAMPLE" @@ -253,2 +253,2 @@ Amazon Cognito logs the following event when a new user accesses the user confir - "userPoolDomain": "mydomain.us-west-2.amazoncognito.com", - "userPoolId": "us-west-2_aaaaaaaaa" + "userPoolDomain": "mydomain.auth.us-west-2.amazoncognito.com", + "userPoolId": "us-west-2_EXAMPLE" @@ -339,2 +339,2 @@ Amazon Cognito logs the following event when, in the user confirmation page in t - "userPoolDomain": "mydomain.us-west-2.amazoncognito.com", - "userPoolId": "us-west-2_aaaaaaaaa" + "userPoolDomain": "mydomain.auth.us-west-2.amazoncognito.com", + "userPoolId": "us-west-2_EXAMPLE" @@ -391,2 +391,2 @@ Amazon Cognito logs the following event when a user who has authenticated with y - "userPoolDomain": "mydomain.us-west-2.amazoncognito.com", - "userPoolId": "us-west-2_aaaaaaaaa" + "userPoolDomain": "mydomain.auth.us-west-2.amazoncognito.com", + "userPoolId": "us-west-2_EXAMPLE" @@ -453,2 +453,2 @@ Amazon Cognito logs the following event when a user who has authenticated and re - "userPoolDomain": "mydomain.us-west-2.amazoncognito.com", - "userPoolId": "us-west-2_aaaaaaaaa" + "userPoolDomain": "mydomain.auth.us-west-2.amazoncognito.com", + "userPoolId": "us-west-2_EXAMPLE" @@ -503,2 +503,2 @@ Amazon Cognito logs the following event when your backend system submits a `clie - "userPoolDomain": "mydomain.us-west-2.amazoncognito.com", - "userPoolId": "us-west-2_aaaaaaaaa" + "userPoolDomain": "mydomain.auth.us-west-2.amazoncognito.com", + "userPoolId": "us-west-2_EXAMPLE" @@ -557,2 +557,2 @@ Amazon Cognito logs the following event when your app exchanges a refresh token - "userPoolDomain": "mydomain.us-west-2.amazoncognito.com", - "userPoolId": "us-west-2_aaaaaaaaa" + "userPoolDomain": "mydomain.auth.us-west-2.amazoncognito.com", + "userPoolId": "us-west-2_EXAMPLE"