Skip to content

Commit 954b047

Browse files
Term issues
1 parent c1b44d5 commit 954b047

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/api-management/policies/use-oauth2-for-authorization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Sample Azure API management policy - Use OAuth2 for authorization between gateway and backend
33
titleSuffix: Azure API Management
4-
description: Azure API management policy sample - Demonstrates how to use OAuth2 for authorization between the gateway and a backend. It shows how to obtain an access token from AAD and forward it to the backend.
4+
description: Azure API management policy sample - Demonstrates how to use OAuth2 for authorization between the gateway and a backend. It shows how to obtain an access token from Azure AD and forward it to the backend.
55
services: api-management
66
documentationcenter: ''
77
author: dlepow
@@ -18,7 +18,7 @@ ms.author: danlep
1818

1919
# Use OAuth2 for authorization between the gateway and a backend
2020

21-
This article shows an Azure API management policy sample that demonstrates how to use OAuth2 for authorization between the gateway and a backend. It shows how to obtain an access token from AAD and forward it to the backend.
21+
This article shows an Azure API management policy sample that demonstrates how to use OAuth2 for authorization between the gateway and a backend. It shows how to obtain an access token from Azure Active Directory and forward it to the backend.
2222

2323
* For a more detailed example policy that not only acquires an access token, but also caches and renews it upon expiration, see [this blog](https://techcommunity.microsoft.com/t5/azure-paas-blog/api-management-policy-for-access-token-acquisition-caching-and/ba-p/2191623).
2424
* API Management [authorizations](../authorizations-overview.md) (preview) can also be used to simplify the process of managing authorization tokens to OAuth 2.0 backend services.
@@ -31,7 +31,7 @@ The following script uses named values that appear in {{property_name}}. To lear
3131

3232
Paste the code into the **inbound** block.
3333

34-
[!code-xml[Main](../../../api-management-policy-samples/examples/Get OAuth2 access token from AAD and forward it to the backend.policy.xml)]
34+
[!code-xml[Main](../../../api-management-policy-samples/examples/Get OAuth2 access token from Azure AD and forward it to the backend.policy.xml)]
3535

3636
## Next steps
3737

0 commit comments

Comments
 (0)