Skip to content

Commit fa9cfd1

Browse files
Merge pull request #124806 from renil/patch-1
Authorization URL is updated with default value
2 parents 527a2f6 + 2125733 commit fa9cfd1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

includes/api-management-authorization-azure-ad-provider.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ ms.author: danlep
1010
| Provider name | Name of credential provider resource in API Management |Yes | N/A |
1111
| Identity provider | Select **Azure Active Directory v1** |Yes | N/A |
1212
| Grant type | The OAuth 2.0 authorization grant type to use<br/><br/>Depending on your scenario, select either **Authorization code** or **Client credentials**. |Yes | Authorization code |
13-
|**Authorization URL** | `https://graph.microsoft.com` | Yes | N/A |
13+
|**Authorization URL** | Authorization URL | No | `https://login.microsoftonline.com` |
1414
| Client ID | The application (client) ID used to identify the Microsoft Entra app | Yes | N/A |
1515
| Client secret | The client secret used for the Microsoft Entra app | Yes | N/A |
16-
| Login URL | The Microsoft Entra login URL | No | `https://login.windows.net` |
1716
| Resource URL | The URL of the resource that requires authorization<br/><br/> Example: `https://graph.microsoft.com` | Yes | N/A |
1817
| Tenant ID | The tenant ID of your Microsoft Entra app | No | common |
1918
| Scopes | One or more API permissions for your Microsoft Entra app, separated by the " " character <br/><br/>Example: `ChannelMessage.Read.All User.Read` | No | API permissions set in Microsoft Entra app |

0 commit comments

Comments
 (0)