AWS AWSCloudFormation documentation change
Summary
Updated property descriptions to clarify OAuth2 client credentials grant flow configuration details including client ID, client secret, and token endpoint.
Security assessment
Documentation now explicitly describes security-sensitive OAuth2 authentication parameters (client credentials) but doesn't indicate any security vulnerability being fixed.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-quicksight-actionconnector-clientcredentialsgrantdetails.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-quicksight-actionconnector-clientcredentialsgrantdetails.md index 2ad47802a..0837ef3dd 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-properties-quicksight-actionconnector-clientcredentialsgrantdetails.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-quicksight-actionconnector-clientcredentialsgrantdetails.md @@ -9 +9 @@ This is the new _CloudFormation Template Reference Guide_. Please update your bo -The `ClientCredentialsGrantDetails` property type specifies Property description not available. for an [AWS::QuickSight::ActionConnector](./aws-resource-quicksight-actionconnector.html). +Configuration details for OAuth2 client credentials grant flow, including client ID, client secret, token endpoint, and optional scopes. @@ -38 +38 @@ To declare this entity in your CloudFormation template, use the following syntax -Property description not available. +The client identifier issued to the client during the registration process with the authorization server. @@ -51 +51 @@ _Required_ : Yes -Property description not available. +The client secret issued to the client during the registration process with the authorization server. @@ -64 +64 @@ _Required_ : Yes -Property description not available. +The authorization server endpoint used to obtain access tokens via the client credentials grant flow.