Skip to content

Commit fa54699

Browse files
authored
Merge pull request #128312 from horihiro/horihiro-patch-1
Update Scopes value for server app permissions
2 parents 2d8568c + 0e72ded commit fa54699

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ When you use OAuth identity passthrough, the agent prompts the user to sign in a
285285
| **Token URL** | The endpoint your server app calls to exchange an authorization code or credential for an access token. | `https://login.microsoftonline.com/aaaabbbb-0000-cccc-1111-dddd2222eeee/oauth2/v2.0/token` |
286286
| **Auth URL** | The endpoint where users are redirected to authenticate and grant authorization to your server app. | `https://login.microsoftonline.com/aaaabbbb-0000-cccc-1111-dddd2222eeee/oauth2/v2.0/authorize` |
287287
| **Refresh URL** | The endpoint used to obtain a new access token when the current one expires. | `https://login.microsoftonline.com/aaaabbbb-0000-cccc-1111-dddd2222eeee/oauth2/v2.0/token` |
288-
| **Scopes** | The specific permissions or resource access levels your server app requests from the authorization server | `api://00001111-aaaa-2222-bbbb-3333cccc4444` |
288+
| **Scopes** | The specific permissions or resource access levels your server app requests from the authorization server | `api://00001111-aaaa-2222-bbbb-3333cccc4444/user_impersonation` |
289289

290290
>[!NOTE]
291291
>A **Client secret** value isn't needed, so leave this field blank.
@@ -358,4 +358,4 @@ These additional articles can help you build your agent and function app capabil
358358

359359
- [Register your MCP server in the organizational tool catalog](./register-mcp-server-api-center.md)
360360

361-
---
361+
---

0 commit comments

Comments
 (0)