This repository contains step-by-step Jupyter notebooks demonstrating how to connect remote MCP servers to Amazon Bedrock AgentCore Gateway using the OAuth 2.0 Authorization Code Grant flow. The OAuth ...
The OAuth 2.0 Authorization Code Grant (sometimes called "three-legged OAuth") allows an application to access resources on behalf of a user without ever seeing their credentials. The flow works as ...