Skip to content

Commit e9e6935

Browse files
committed
edits
1 parent ce6380e commit e9e6935

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

articles/api-management/credentials-configure-common-providers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You can use three generic providers for configuring connections:
5959
* Generic OAuth 2.0 with PKCE
6060
* Generic OAuth 2.1 with PKCE with DCR
6161

62-
A generic provider enables you to use your own OAuth identity provider based on your specific needs.
62+
A generic provider enables you to use your own OAuth identity provider, based on your specific needs.
6363

6464
> [!NOTE]
6565
> We recommend using a PKCE provider for improved security if your identity provider supports it. For more information, see [Proof Key for Code Exchange](https://oauth.net/2/pkce/).
@@ -78,7 +78,7 @@ API Management supports several providers for popular SaaS offerings, including
7878

7979
**Supported grant types**: authorization code
8080

81-
Required settings for these providers differ from provider to provider but are similar to those for the [generic OAuth providers](#generic-oauth-providers). Consult the developer documentation for each provider.
81+
Required settings for these providers differ, depending on the provider, but are similar to those for the [generic OAuth providers](#generic-oauth-providers). Consult the developer documentation for each provider.
8282

8383
## Related content
8484

includes/api-management-authorization-generic-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ ms.author: danlep
1414
| **Client ID** | The ID used to identify an app to the identity provider's authorization server. | Yes | N/A |
1515
| **Client secret** | The secret used by the app to authenticate with the identity provider's authorization server. | Yes | N/A |
1616
| **Refresh URL** | The URL that your app makes a request to in order to exchange a refresh token for a renewed access token. | Yes, for PKCE | UNUSED for OAuth 2.0 |
17-
|**Server URL**|The base server URL. |Yes, for OAuth 2.1 with PKCE with DCR.|N/A|
17+
|**Server URL**|The base server URL. |Yes, for OAuth 2.1 with PKCE with DCR|N/A|
1818
| **Token URL** | The URL on the identity provider's authorization server that's used to programmatically request tokens. | Yes | N/A |
1919
| **Scopes** | One or more specific actions the app is allowed to do or information that it can request on a user's behalf from an API, separated by spaces.<br/><br/> Example: `user web api openid` | No | N/A |

0 commit comments

Comments
 (0)