AWS Security ChangesHomeSearch

AWS cognito documentation change

Service: cognito · 2025-04-16 · Documentation low

File: cognito/latest/developerguide/saml2-idpresponse-endpoint.md

Summary

Updated link text from 'Using' to 'Implement' for IdP-initiated SAML sign-in documentation

Security assessment

The change is a documentation link label update without security implications.

Diff

diff --git a/cognito/latest/developerguide/saml2-idpresponse-endpoint.md b/cognito/latest/developerguide/saml2-idpresponse-endpoint.md
index aa02f0748..058632ad0 100644
--- a//cognito/latest/developerguide/saml2-idpresponse-endpoint.md
+++ b//cognito/latest/developerguide/saml2-idpresponse-endpoint.md
@@ -11 +11 @@ The `/saml2/idpresponse` receives SAML assertions. In service-provider-initiated
-In IdP-initiated sign-in, invoke requests to this endpoint in your application after you sign in user with your SAML 2.0 provider. Your users sign in with your IdP in their browser, then your application collects the SAML assertion and submits it to this endpoint. You must submit SAML assertions in the body of a `HTTP POST` request over HTTPS. The body of your `POST` request must be a `SAMLResponse` parameter and a `Relaystate` parameter. For more information, see [Using IdP-initiated SAML sign-in](./cognito-user-pools-SAML-session-initiation.html#cognito-user-pools-SAML-session-initiation-idp-initiation).
+In IdP-initiated sign-in, invoke requests to this endpoint in your application after you sign in user with your SAML 2.0 provider. Your users sign in with your IdP in their browser, then your application collects the SAML assertion and submits it to this endpoint. You must submit SAML assertions in the body of a `HTTP POST` request over HTTPS. The body of your `POST` request must be a `SAMLResponse` parameter and a `Relaystate` parameter. For more information, see [Implement IdP-initiated SAML sign-in](./cognito-user-pools-SAML-session-initiation.html#cognito-user-pools-SAML-session-initiation-idp-initiation).