AWS bedrock-agentcore documentation change
Summary
Changed markdown heading formatting from '######' to bold '**', updated apostrophe in 'You'll' to curly quote, and fixed code formatting for domain placeholder
Security assessment
Changes are formatting improvements (heading style, typography, code formatting). No security implications as the Auth0 OAuth2 configuration steps and security-sensitive values (client ID/secret) handling remain unchanged.
Diff
diff --git a/bedrock-agentcore/latest/devguide/identity-idp-auth0.md b/bedrock-agentcore/latest/devguide/identity-idp-auth0.md index 9ce7c079e..d324d3c8e 100644 --- a//bedrock-agentcore/latest/devguide/identity-idp-auth0.md +++ b//bedrock-agentcore/latest/devguide/identity-idp-auth0.md @@ -24 +24 @@ Use the following procedure to set up Auth0 and obtain the necessary configurati -###### To configure Auth0 for inbound authentication +**To configure Auth0 for inbound authentication** @@ -56 +56 @@ Use the following procedure to set up Auth0 and obtain the necessary configurati - 4. Record the client ID and client secret from the application settings. You'll need these values to configure the Auth0 provider in AgentCore Identity. + 4. Record the client ID and client secret from the application settings. You’ll need these values to configure the Auth0 provider in AgentCore Identity. @@ -62 +62 @@ Use the following procedure to set up Auth0 and obtain the necessary configurati -Where ``your-domain`` is your Auth0 tenant domain (e.g., "dev-example.us.auth0.com"). +Where `your-domain` is your Auth0 tenant domain (e.g., "dev-example.us.auth0.com").