Skip to content

Commit fd3d28c

Browse files
authored
Merge pull request #116421 from amanmcse/patch-26
(AzureCXP) fixes MicrosoftDocs/azure-docs#55498
2 parents bec7f04 + ec94770 commit fd3d28c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/authentication-national-cloud.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ The following table lists the base URLs for the Azure AD endpoints used to acqui
5656

5757
You can form requests to the Azure AD authorization or token endpoints by using the appropriate region-specific base URL. For example, for Azure Germany:
5858

59-
- Authorization common endpoint is `https://login.microsoftonline.de/common/oauth2/authorize`.
60-
- Token common endpoint is `https://login.microsoftonline.de/common/oauth2/token`.
59+
- Authorization common endpoint is `https://login.microsoftonline.de/common/oauth2/v2.0/authorize`.
60+
- Token common endpoint is `https://login.microsoftonline.de/common/oauth2/v2.0/token`.
6161

6262
For single-tenant applications, replace "common" in the previous URLs with your tenant ID or name. An example is `https://login.microsoftonline.de/contoso.com`.
6363

0 commit comments

Comments
 (0)