Skip to content

Commit b99b168

Browse files
author
gitName
committed
edits
1 parent 8730069 commit b99b168

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

articles/api-management/applications.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,15 @@ API Management now supports built-in OAuth 2.0 application-based access to produ
2020

2121
With this feature:
2222

23-
* API managers configure products in API Management to enable application-based access. They also register client applications in Microsoft Entra ID to limit access to specific products.
24-
* Developers access the developer portal to retrieve application credentials, which are used to secure access to product APIs.
25-
* Using the OAuth 2.0 client credentials flow, developers or client applications obtain tokens that are included in API requests. These tokens are validated by the API Management gateway to authorize access to the product's APIs.
23+
* API managers set a product property to enable application-based access.
24+
* API managers register client applications in Microsoft Entra ID to limit access to specific products.
25+
* Developers access the developer portal to retrieve application credentials.
26+
* Using the OAuth 2.0 client credentials flow, developers or client applications obtain tokens that they can include in API requests. These tokens are validated by the API Management gateway to authorize access to the product's APIs.
2627

2728
> [!IMPORTANT]
2829
> This feature is in private preview. Ensure that you can create an API Management instance in an Early Updates Access Program (EUAP) region. See detailed [Prerequisites](#prerequisites).
2930
>
3031
31-
This article describes the following steps:
32-
33-
* Enable application-based access for an API Management product
34-
* Create a client application that limits access to the product
35-
* View the client application in the developer portal and get credentials to the product's APIs
36-
* Test OAuth 2.0 token-based access to the product's associated API
37-
3832

3933
<!-- Clarify personas
4034
This feature enables:
-33 Bytes
Loading

0 commit comments

Comments
 (0)