From 4c7f11d6a208d8634d3a204124d0b2e1647d6006 Mon Sep 17 00:00:00 2001 From: Ronald Bosma Date: Fri, 7 Nov 2025 11:30:06 +0100 Subject: [PATCH 1/4] Add managed identity authentication option to send-request policy The `authentication-managed-identity` policy can be used with the `send-request` policy. A sample is already included [here](https://learn.microsoft.com/en-us/azure/api-management/authentication-managed-identity-policy#use-managed-identity-in-send-request-policy) on the `authentication-managed-identity` policy page --- articles/api-management/send-request-policy.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/articles/api-management/send-request-policy.md b/articles/api-management/send-request-policy.md index ce6d977a3c4f8..2528113807c12 100644 --- a/articles/api-management/send-request-policy.md +++ b/articles/api-management/send-request-policy.md @@ -29,6 +29,7 @@ The `send-request` policy sends the provided request to the specified URL, waiti ... ... + ... ``` @@ -51,6 +52,7 @@ The `send-request` policy sends the provided request to the specified URL, waiti | [set-header](set-header-policy.md) | Sets a header in the request. Use multiple `set-header` elements for multiple request headers. | No | | [set-body](set-body-policy.md) | Sets the body of the request. | No | | authentication-certificate | [Certificate to use for client authentication](authentication-certificate-policy.md), specified in a `thumbprint` attribute. | No | +| authentication-managed-identity | [Authenticate with managed identity](https://learn.microsoft.com/en-us/azure/api-management/authentication-managed-identity-policy) to resource specified in `resource` attribute. | No | | [proxy](proxy-policy.md) | Routes request via HTTP proxy. | No | ## Usage From f18ca1c46cc466d0131e2b36f322894246ea2d60 Mon Sep 17 00:00:00 2001 From: Ronald Bosma Date: Fri, 7 Nov 2025 11:43:33 +0100 Subject: [PATCH 2/4] Add managed identity authentication option to send-one-way-request policy --- articles/api-management/send-one-way-request-policy.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/articles/api-management/send-one-way-request-policy.md b/articles/api-management/send-one-way-request-policy.md index 35a672610a066..b02211a530b6a 100644 --- a/articles/api-management/send-one-way-request-policy.md +++ b/articles/api-management/send-one-way-request-policy.md @@ -28,6 +28,7 @@ The `send-one-way-request` policy sends the provided request to the specified UR ... ... + ``` @@ -48,6 +49,7 @@ The `send-one-way-request` policy sends the provided request to the specified UR | [set-header](set-header-policy.md) | Sets a header in the request. Use multiple `set-header` elements for multiple request headers. | No | | [set-body](set-body-policy.md) | Sets the body of the request. | No | | authentication-certificate | [Certificate to use for client authentication](authentication-certificate-policy.md), specified in a `thumbprint` attribute. | No | +| authentication-managed-identity | [Authenticate with managed identity](https://learn.microsoft.com/en-us/azure/api-management/authentication-managed-identity-policy) to resource specified in `resource` attribute. | No | | [proxy](proxy-policy.md) | Routes request via HTTP proxy. | No | From 978dccfdd9859feb474d8d6c9e08d68a24467992 Mon Sep 17 00:00:00 2001 From: Ronald Bosma Date: Fri, 7 Nov 2025 11:48:43 +0100 Subject: [PATCH 3/4] Update link for authentication-managed-identity policy --- articles/api-management/send-request-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/api-management/send-request-policy.md b/articles/api-management/send-request-policy.md index 2528113807c12..5740d7457de29 100644 --- a/articles/api-management/send-request-policy.md +++ b/articles/api-management/send-request-policy.md @@ -52,7 +52,7 @@ The `send-request` policy sends the provided request to the specified URL, waiti | [set-header](set-header-policy.md) | Sets a header in the request. Use multiple `set-header` elements for multiple request headers. | No | | [set-body](set-body-policy.md) | Sets the body of the request. | No | | authentication-certificate | [Certificate to use for client authentication](authentication-certificate-policy.md), specified in a `thumbprint` attribute. | No | -| authentication-managed-identity | [Authenticate with managed identity](https://learn.microsoft.com/en-us/azure/api-management/authentication-managed-identity-policy) to resource specified in `resource` attribute. | No | +| authentication-managed-identity | [Authenticate with managed identity](authentication-managed-identity-policy.md) to resource specified in `resource` attribute. | No | | [proxy](proxy-policy.md) | Routes request via HTTP proxy. | No | ## Usage From ea8da5996edfe10e1b68a2d42ea5e8ab6424e279 Mon Sep 17 00:00:00 2001 From: Ronald Bosma Date: Fri, 7 Nov 2025 11:49:03 +0100 Subject: [PATCH 4/4] Fix link format for managed identity authentication --- articles/api-management/send-one-way-request-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/api-management/send-one-way-request-policy.md b/articles/api-management/send-one-way-request-policy.md index b02211a530b6a..bf2fd7ed509d8 100644 --- a/articles/api-management/send-one-way-request-policy.md +++ b/articles/api-management/send-one-way-request-policy.md @@ -49,7 +49,7 @@ The `send-one-way-request` policy sends the provided request to the specified UR | [set-header](set-header-policy.md) | Sets a header in the request. Use multiple `set-header` elements for multiple request headers. | No | | [set-body](set-body-policy.md) | Sets the body of the request. | No | | authentication-certificate | [Certificate to use for client authentication](authentication-certificate-policy.md), specified in a `thumbprint` attribute. | No | -| authentication-managed-identity | [Authenticate with managed identity](https://learn.microsoft.com/en-us/azure/api-management/authentication-managed-identity-policy) to resource specified in `resource` attribute. | No | +| authentication-managed-identity | [Authenticate with managed identity](authentication-managed-identity-policy.md) to resource specified in `resource` attribute. | No | | [proxy](proxy-policy.md) | Routes request via HTTP proxy. | No |