AWS Security ChangesHomeSearch

AWS AWSCloudFormation documentation change

Service: AWSCloudFormation · 2026-02-28 · Documentation medium

File: AWSCloudFormation/latest/TemplateReference/aws-properties-devopsagent-service-mcpserveroauthclientcredentialsconfig.md

Summary

Added OAuth client credential configuration details including secrets and scopes

Security assessment

Documents OAuth security parameters without indicating vulnerability resolution

Diff

diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-devopsagent-service-mcpserveroauthclientcredentialsconfig.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-devopsagent-service-mcpserveroauthclientcredentialsconfig.md
index 688e36b0a..3e71b4e28 100644
--- a//AWSCloudFormation/latest/TemplateReference/aws-properties-devopsagent-service-mcpserveroauthclientcredentialsconfig.md
+++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-devopsagent-service-mcpserveroauthclientcredentialsconfig.md
@@ -9 +9 @@ This is the new _CloudFormation Template Reference Guide_. Please update your bo
-The `MCPServerOAuthClientCredentialsConfig` property type specifies Property description not available. for an [AWS::DevOpsAgent::Service](./aws-resource-devopsagent-service.html).
+The OAuth client credentials configuration for a custom MCP server.
@@ -45 +45 @@ To declare this entity in your CloudFormation template, use the following syntax
-Property description not available.
+The OAuth client ID.
@@ -56 +56 @@ _Required_ : Yes
-Property description not available.
+A friendly name for the OAuth client.
@@ -67 +67 @@ _Required_ : No
-Property description not available.
+The OAuth client secret.
@@ -78 +78 @@ _Required_ : Yes
-Property description not available.
+Additional parameters for the OAuth token exchange request.
@@ -89 +89 @@ _Required_ : No
-Property description not available.
+The OAuth token exchange endpoint URL.
@@ -102 +102 @@ _Update requires_ : [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/
-Property description not available.
+The OAuth scopes to request during authentication.