Skip to content

Commit 329733b

Browse files
committed
Refine OAuth identity passthrough instructions by simplifying scope management steps and clarifying redirect URL configuration for Entra app registration
1 parent af5d9ed commit 329733b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/azure-functions/functions-mcp-foundry-tools.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to connect your MCP server hosted on Azure Functions to A
55
ms.author: samuelzhang
66
ms.reviewer: glenga
77
ms.topic: how-to
8-
ms.date: 02/02/2026
8+
ms.date: 02/05/2026
99
ms.collection: ce-skilling-ai-copilot
1010

1111
#Customer intent: As a developer, I want to learn how to connect an Azure Functions-hosted MCP server to Foundry Agent Service, so that my agent has access to my MCP tools.
@@ -132,12 +132,12 @@ To get the required credentials from the Azure portal:
132132

133133
Replace `<TENANT_ID>` with your actual tenant ID value.
134134

135-
1. Select **Manage** > **Expose an API** and create or copy an existing scope.
135+
1. Select **Manage** > **Expose an API** and copy the existing scope.
136136

137137
<!---Seems like we don't need this...
138138
1. (Optional) If your app requires a client secret, select **Manage** > **Certificates & secrets**, and then create or copy an existing client secret value.
139139
-->
140-
After you configure OAuth identity passthrough in the Foundry portal, you receive a redirect URL. You must return to this Entra app registration to add this redirect URL to your Microsoft Entra app registration.
140+
After you configure OAuth identity passthrough in the Foundry portal, you receive a redirect URL. You must return to your Entra app registration to add this redirect URL to the Microsoft Entra app registration.
141141

142142
### [Unauthenticated](#tab/unauthenticated)
143143

@@ -314,7 +314,7 @@ To connect to your MCP server endpoint:
314314
After connecting your MCP server to your agent, verify that the tools work correctly.
315315

316316
1. In the Agent Builder, find the chat window under **Playground**.
317-
1. Enter a prompt that should trigger one of your MCP tools. For example, if your MCP server has a greeting tool, try: `Use the greeting tool to say hello`.
317+
1. Enter a prompt that triggers one of your MCP tools. For example, if your MCP server has a greeting tool, try: `Use the greeting tool to say hello`.
318318
1. If you're using OAuth identity passthrough, select **Open Consent** and sign in with your Entra account.
319319
1. When the agent requests to invoke an MCP tool, review the tool name and arguments, and select **Approve** to allow the call.
320320
1. Verify the tool returns the expected result.

0 commit comments

Comments
 (0)