Skip to content

Commit 994a009

Browse files
committed
Refine OAuth identity passthrough instructions by removing optional steps for client secret management and clarifying scope creation process
1 parent ae7b139 commit 994a009

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,11 @@ For a Functions-hosted MCP server with built-in authentication, use custom OAuth
135135

136136
Replace `<TENANT_ID>` with your actual tenant ID value.
137137

138-
1. (Optional) If your app requires a client secret, select **Manage** > **Certificates & secrets**, and then create or copy an existing client secret value.
139-
140-
1. (Optional) Select **Manage** > **Expose an API** and create or copy an existing scope.
138+
1. Select **Manage** > **Expose an API** and create or copy an existing scope.
141139

140+
<!---Seems like we don't need this...
141+
1. (Optional) If your app requires a client secret, select **Manage** > **Certificates & secrets**, and then create or copy an existing client secret value.
142+
-->
142143
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.
143144

144145
### [Unauthenticated](#tab/unauthenticated)

0 commit comments

Comments
 (0)