AWS bedrock-agentcore documentation change
Summary
Typographical fixes including changing apostrophes from straight to curly quotes, fixing link formatting, and removing backticks from a URL example.
Security assessment
Changes are purely typographical and formatting improvements. No security vulnerabilities, patches, or new security features are documented. The content remains about OAuth2 setup which is security-related, but the changes themselves don't add or modify security documentation.
Diff
diff --git a/bedrock-agentcore/latest/devguide/identity-getting-started-google.md b/bedrock-agentcore/latest/devguide/identity-getting-started-google.md index c21311a96..f4e0483be 100644 --- a//bedrock-agentcore/latest/devguide/identity-getting-started-google.md +++ b//bedrock-agentcore/latest/devguide/identity-getting-started-google.md @@ -5 +5 @@ -PrerequisitesStep 1: Set up an OAuth 2.0 Credential ProviderStep 2: Import Identity and Auth modulesStep 3: Obtain an OAuth 2.0 access tokenStep 4: Use OAuth2 Access Token to Invoke External ResourceWhat's Next? +PrerequisitesStep 1: Set up an OAuth 2.0 Credential ProviderStep 2: Import Identity and Auth modulesStep 3: Obtain an OAuth 2.0 access tokenStep 4: Use OAuth2 Access Token to Invoke External ResourceWhat’s Next? @@ -9 +9 @@ PrerequisitesStep 1: Set up an OAuth 2.0 Credential ProviderStep 2: Import Ident -This getting started tutorial walks you through the essential steps to start using Amazon Bedrock AgentCore Identity for your AI agents. You'll learn how to set up your development environment, install the necessary SDKs, create your first agent identity, and allow your agent to access external resources securely. +This getting started tutorial walks you through the essential steps to start using Amazon Bedrock AgentCore Identity for your AI agents. You’ll learn how to set up your development environment, install the necessary SDKs, create your first agent identity, and allow your agent to access external resources securely. @@ -11 +11 @@ This getting started tutorial walks you through the essential steps to start usi -By the end of this tutorial, you'll have a working agent that can retrieve access tokens from Google with AgentCore Identity OAuth2 Credential Provider, and read files from Google Drive using access tokens. For detailed information about OAuth2 flows, see [Manage credential providers with AgentCore Identity](./identity-outbound-credential-provider.html). +By the end of this tutorial, you’ll have a working agent that can retrieve access tokens from Google with AgentCore Identity OAuth2 Credential Provider, and read files from Google Drive using access tokens. For detailed information about OAuth2 flows, see [Manage credential providers with AgentCore Identity](./identity-outbound-credential-provider.html). @@ -25 +25 @@ By the end of this tutorial, you'll have a working agent that can retrieve acces - * What's Next? + * What’s Next? @@ -96 +96 @@ Create a new OAuth 2.0 Credential Provider with the Google client ID and client -Obtain the `callbackUrl` from the [ CreateOauth2CredentialProvider ](https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_CreateOauth2CredentialProvider.html) response above and add the URI to your Google application's redirect URI list. The callback URL should look like: ` https://bedrock-agentcore.us-east-1.amazonaws.com/identities/oauth2/callback/********-****-****-****-************` +Obtain the `callbackUrl` from the [CreateOauth2CredentialProvider](https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_CreateOauth2CredentialProvider.html) response above and add the URI to your Google application’s redirect URI list. The callback URL should look like: https://bedrock-agentcore.us-east-1.amazonaws.com/identities/oauth2/callback/********-****-****-****-************ @@ -231 +231 @@ For a sample local callback server implementation to handle [ session binding](h -## What's Next? +## What’s Next?