AWS Security ChangesHomeSearch

AWS code-library documentation change

Service: code-library · 2025-10-01 · Documentation low

File: code-library/latest/ug/python_3_cognito-identity-provider_code_examples.md

Summary

Added identity pools authentication demo documentation

Security assessment

Added detailed documentation about implementing identity pools authentication flows, which are security-related authorization mechanisms

Diff

diff --git a/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.md b/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.md
index e352e1fb1..9d4d80470 100644
--- a//code-library/latest/ug/python_3_cognito-identity-provider_code_examples.md
+++ b//code-library/latest/ug/python_3_cognito-identity-provider_code_examples.md
@@ -1695,0 +1696,16 @@ Create a class that runs the scenario. This example also registers an MFA device
+The following code example shows how to create a web-based demo application that demonstrates identity pools authentication flows.
+
+**SDK for Python (Boto3)**
+    
+
+Shows web-based demo application that demonstrates Amazon Cognito identity pools authentication flows, allowing users to interactively explore both enhanced and basic authentication flows with various identity providers. 
+
+For complete source code and instructions on how to set up and run, see the full example on [ GitHub](https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/python/example_code/cognito/scenarios/identity_pools_example_demo).
+
+###### Services used in this example
+
+  * Amazon Cognito Identity Provider
+
+
+
+