AWS Security ChangesHomeSearch

AWS cognito documentation change

Service: cognito · 2025-03-23 · Documentation low

File: cognito/latest/developerguide/cognito-user-pools-social-idp.md

Summary

Updated social IdP callback URLs to include '.auth' subdomain

Security assessment

Domain format updates in examples without security-related context

Diff

diff --git a/cognito/latest/developerguide/cognito-user-pools-social-idp.md b/cognito/latest/developerguide/cognito-user-pools-social-idp.md
index 892857b64..31caae2e9 100644
--- a/cognito/latest/developerguide/cognito-user-pools-social-idp.md
+++ b/cognito/latest/developerguide/cognito-user-pools-social-idp.md
@@ -65 +65 @@ Before you create a social IdP with Amazon Cognito, you must register your appli
-        https://mydomain.us-east-1.amazoncognito.com/login?response_type=code&client_id=1example23456789&redirect_uri=https://www.example.com
+        https://mydomain.auth.us-east-1.amazoncognito.com/login?response_type=code&client_id=1example23456789&redirect_uri=https://www.example.com
@@ -72 +72 @@ Before you create a social IdP with Amazon Cognito, you must register your appli
-        https://mydomain.us-east-1.amazoncognito.com
+        https://mydomain.auth.us-east-1.amazoncognito.com
@@ -82 +82 @@ Enter the path to the `/oauth2/idpresponse` endpoint for your user pool domain i
-        https://mydomain.us-east-1.amazoncognito.com/oauth2/idpresponse
+        https://mydomain.auth.us-east-1.amazoncognito.com/oauth2/idpresponse
@@ -110 +110 @@ Choose **Apps and Services** from navigation bar at the top of the page and then
-        https://mydomain.us-east-1.amazoncognito.com
+        https://mydomain.auth.us-east-1.amazoncognito.com
@@ -114 +114 @@ Choose **Apps and Services** from navigation bar at the top of the page and then
-        https://mydomain.us-east-1.amazoncognito.com/oauth2/idpresponse
+        https://mydomain.auth.us-east-1.amazoncognito.com/oauth2/idpresponse
@@ -155 +155 @@ For more information about OAuth 2.0 in the Google Cloud platform, see [Learn ab
-        https://mydomain.us-east-1.amazoncognito.com
+        https://mydomain.auth.us-east-1.amazoncognito.com
@@ -159 +159 @@ For more information about OAuth 2.0 in the Google Cloud platform, see [Learn ab
-        https://mydomain.us-east-1.amazoncognito.com/oauth2/idpresponse
+        https://mydomain.auth.us-east-1.amazoncognito.com/oauth2/idpresponse
@@ -220 +220 @@ For the most up-to-date information about setting up Sign in with Apple, see [Co
-                mydomain.us-east-1.amazoncognito.com
+                mydomain.auth.us-east-1.amazoncognito.com
@@ -224 +224 @@ For the most up-to-date information about setting up Sign in with Apple, see [Co
-                https://mydomain.us-east-1.amazoncognito.com/oauth2/idpresponse
+                https://mydomain.auth.us-east-1.amazoncognito.com/oauth2/idpresponse
@@ -308 +308 @@ You can create a login URL by using the elements from the previous two sections.
-    https://mydomain.us-east-1.amazoncognito.com/login?response_type=code&client_id=1example23456789&redirect_uri=https://www.example.com
+    https://mydomain.auth.us-east-1.amazoncognito.com/login?response_type=code&client_id=1example23456789&redirect_uri=https://www.example.com