AWS cognito documentation change
Summary
Changed 'user pool' to 'identity pool' in the context of validating SAML assertions with multiple signing certificates.
Security assessment
This is a minor terminology correction with no security implications or new security documentation.
Diff
diff --git a/cognito/latest/developerguide/saml-identity-provider.md index 47bc132ab..7fc328b12 100644 --- a/cognito/latest/developerguide/saml-identity-provider.md +++ b/cognito/latest/developerguide/saml-identity-provider.md @@ -56 +56 @@ After you create the SAML provider, configure your SAML IdP to add relying party -When your SAML IdP includes more than one signing certificate in SAML metadata, at sign-in your user pool determines that the SAML assertion is valid if it matches any certificate in the SAML metadata. +When your SAML IdP includes more than one signing certificate in SAML metadata, at sign-in your identity pool determines that the SAML assertion is valid if it matches any certificate in the SAML metadata.