diff --git a/en/identity-server/7.2.0/docs/assets/img/guides/agentic-ai/ai-agent-token-exchange-flow.png b/en/identity-server/7.2.0/docs/assets/img/guides/agentic-ai/ai-agent-token-exchange-flow.png new file mode 100644 index 0000000000..2e4a48c1ce Binary files /dev/null and b/en/identity-server/7.2.0/docs/assets/img/guides/agentic-ai/ai-agent-token-exchange-flow.png differ diff --git a/en/identity-server/7.2.0/docs/guides/agentic-ai/ai-agents/token-exchange-for-agents.md b/en/identity-server/7.2.0/docs/guides/agentic-ai/ai-agents/token-exchange-for-agents.md new file mode 100644 index 0000000000..4400b9869e --- /dev/null +++ b/en/identity-server/7.2.0/docs/guides/agentic-ai/ai-agents/token-exchange-for-agents.md @@ -0,0 +1,3 @@ +{% set api_base_path = "https://localhost:9443/t/{root_organization_handle}" %} + +{% include "../../../../../../includes/guides/agentic-ai/ai-agents/token-exchange-for-agents.md" %} diff --git a/en/identity-server/7.2.0/docs/guides/authorization/delegation.md b/en/identity-server/7.2.0/docs/guides/authorization/delegation.md new file mode 100644 index 0000000000..3431a2033f --- /dev/null +++ b/en/identity-server/7.2.0/docs/guides/authorization/delegation.md @@ -0,0 +1,3 @@ +{% set base_url = "https://localhost:9443" %} + +{% include "../../../../../includes/guides/authorization/delegation.md" %} diff --git a/en/identity-server/7.2.0/mkdocs.yml b/en/identity-server/7.2.0/mkdocs.yml index 92c47ddd00..f45d1e088e 100644 --- a/en/identity-server/7.2.0/mkdocs.yml +++ b/en/identity-server/7.2.0/mkdocs.yml @@ -736,6 +736,7 @@ nav: - User impersonation: guides/authorization/user-impersonation/index.md - via Console: guides/authorization/user-impersonation/via-console.md - via business application (advanced): guides/authorization/user-impersonation/via-business-application.md + - Delegation: guides/authorization/delegation.md - Rich Authorization Requests: guides/authorization/rich-authorization-requests.md - Identity Verification: - Identity Verification: guides/identity-verification/index.md @@ -944,6 +945,7 @@ nav: - Agent credentials: guides/agentic-ai/ai-agents/agent-credentials.md - Access control for agents: guides/agentic-ai/ai-agents/access-control-for-agents.md - Agent authentication: guides/agentic-ai/ai-agents/agent-authentication.md + - Token exchange for agents: guides/agentic-ai/ai-agents/token-exchange-for-agents.md - Your WSO2 Identity Server: - Your WSO2 Identity Server: guides/your-is/index.md - Manage Console access: guides/your-is/manage-console-access.md diff --git a/en/includes/guides/agentic-ai/ai-agents/agent-authentication.md b/en/includes/guides/agentic-ai/ai-agents/agent-authentication.md index b0d5a76372..b4429934b7 100644 --- a/en/includes/guides/agentic-ai/ai-agents/agent-authentication.md +++ b/en/includes/guides/agentic-ai/ai-agents/agent-authentication.md @@ -238,7 +238,7 @@ The flow proceeds as follows: {% endif %} -{% if product_name == "WSO2 Identity Platform" or (product_name == "WSO2 Identity Server" and is_version not in ["7.0.0", "7.1.0", "7.2.0", "7.3.0"]) %} +{% if product_name == "WSO2 Identity Platform" or (product_name == "WSO2 Identity Server" and is_version not in ["7.0.0", "7.1.0", "7.3.0"]) %} ### Using token exchange for on-behalf-of delegation diff --git a/en/includes/guides/authentication/configure-token-exchange.md b/en/includes/guides/authentication/configure-token-exchange.md index 5e2bd419b2..f02678afb8 100644 --- a/en/includes/guides/authentication/configure-token-exchange.md +++ b/en/includes/guides/authentication/configure-token-exchange.md @@ -217,7 +217,7 @@ The same application can play both roles. #### Configure the subject token application -{% if product_name == "WSO2 Identity Platform" or (product_name == "WSO2 Identity Server" and is_version not in ["7.0.0", "7.1.0", "7.2.0", "7.3.0"]) %} +{% if product_name == "WSO2 Identity Platform" or (product_name == "WSO2 Identity Server" and is_version not in ["7.0.0", "7.1.0", "7.3.0"]) %} To configure the subject token application: @@ -267,7 +267,7 @@ Follow the steps given below. Upon successful execution, you will receive the exchanged token. -{% if product_name == "WSO2 Identity Platform" or (product_name == "WSO2 Identity Server" and is_version not in ["7.0.0", "7.1.0", "7.2.0", "7.3.0"]) %} +{% if product_name == "WSO2 Identity Platform" or (product_name == "WSO2 Identity Server" and is_version not in ["7.0.0", "7.1.0", "7.3.0"]) %} ## Delegation @@ -277,7 +277,7 @@ For instructions, see [Delegation]({{base_path}}/guides/authorization/delegation {% endif %} -{% if product_name == "WSO2 Identity Platform" or (product_name == "WSO2 Identity Server" and is_version not in ["7.0.0", "7.1.0", "7.2.0", "7.3.0"]) %} +{% if product_name == "WSO2 Identity Platform" or (product_name == "WSO2 Identity Server" and is_version not in ["7.0.0", "7.1.0", "7.3.0"]) %} ## Request a specific audience