diff --git a/packages/@okta/vuepress-site/docs/guides/ai-agent-token-exchange/main/index.md b/packages/@okta/vuepress-site/docs/guides/ai-agent-token-exchange/main/index.md index d9125c4d479..ac462f31c98 100644 --- a/packages/@okta/vuepress-site/docs/guides/ai-agent-token-exchange/main/index.md +++ b/packages/@okta/vuepress-site/docs/guides/ai-agent-token-exchange/main/index.md @@ -39,6 +39,8 @@ You can [connect an AI agent](https://help.okta.com/okta_help.htm?type=oie&id=ai - Resource server: Uses a third party access token issued by the third-party authorization server and brokered by Okta. This resource type requires user consent before an AI agent can act on behalf of the user. +> **Note**: The **Resource server** resource type in this guide covers both the **Application** and **MCP Server** resource types. These types support the brokered consent (STS) flow. + Ater the resource type is configured and the AI agent has the token or credentials, it can then perform tasks on the connected app. ## Token Exchange flow diff --git a/packages/@okta/vuepress-site/docs/guides/ea-ai-agent-token-exchange/main/index.md b/packages/@okta/vuepress-site/docs/guides/ea-ai-agent-token-exchange/main/index.md index aa2192cd945..21d90817588 100644 --- a/packages/@okta/vuepress-site/docs/guides/ea-ai-agent-token-exchange/main/index.md +++ b/packages/@okta/vuepress-site/docs/guides/ea-ai-agent-token-exchange/main/index.md @@ -24,6 +24,9 @@ Learn how to configure token exchange for agent-to-agent connections so that AI - A registered AI agent in your Okta org. See [Add and register AI agents](https://help.okta.com/okta_help.htm?type=oie&id=ai-agent-register). > **Note**: If you're using the agent-to-agent connection type, you need two registered AI agents. - A **Resource connection** that's configured for the AI agents, defining which resources they're allowed to access. See [Connect AI agents to resources](https://help.okta.com/okta_help.htm?type=oie&id=ai-agent-app-connection). + +> **Note**: The **Resource server** resource type in this guide covers both the **Application** and **MCP Server** resource types. These types support the brokered consent (STS) flow. + - A delegation link that's configured for each AI agent, defining the users, apps, and other AI agents that can authorize the AI agent to act on their behalf. See the **Add delegations** section of the [Add AI agents manually](https://help.okta.com/okta_help.htm?type=oie&id=ai-agent-add-manually) page. ---