AWS cognito documentation change
Summary
Updated which identity providers support login_hint parameter forwarding - removed Google from supported list and added it to unsupported list
Security assessment
This is a documentation correction about feature support across different identity providers. No security vulnerability or issue is mentioned or addressed.
Diff
diff --git a/cognito/latest/developerguide/authorization-endpoint.md b/cognito/latest/developerguide/authorization-endpoint.md index c277a209e..6324599cd 100644 --- a//cognito/latest/developerguide/authorization-endpoint.md +++ b//cognito/latest/developerguide/authorization-endpoint.md @@ -162 +162 @@ A username prompt that you want to pass to the authorization server. You can col -When your authorization request invokes a redirect to OIDC IdPs or Google, Amazon Cognito adds a `login_hint` parameter to the request to that third-party authorizer. You can't forward login hints to SAML, Apple, Login With Amazon, or Facebook (Meta) IdPs. +When your authorization request invokes a redirect to OIDC IdPs, Amazon Cognito adds a `login_hint` parameter to the request to that third-party authorizer. You can't forward login hints to SAML, Apple, Login With Amazon, Google, or Facebook (Meta) IdPs.