AWS res documentation change
Summary
Added parameters 'CognitoUserPoolId' and 'CognitoUserPoolDomainUrl' for Cognito authentication configuration
Security assessment
The change documents integration with AWS Cognito for user authentication, which is a security feature. However, there is no evidence of addressing a specific security vulnerability.
Diff
diff --git a/res/latest/ug/launch-the-product.md b/res/latest/ug/launch-the-product.md index f4586b70c..14d338ff7 100644 --- a//res/latest/ug/launch-the-product.md +++ b//res/latest/ug/launch-the-product.md @@ -71,0 +72,2 @@ PrivateKeySecretARNforVDI | | _(Optional)_ This ARN secret stores the private k +CognitoUserPoolId | | Cognito user pool for user and client authentication. RES will create one by default if no Cognito user pool is specified. +CognitoUserPoolDomainUrl | | Cognito user pool domain for managed login. This parameter must be provided when the `CognitoUserPoolId` is specified.