You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/develop/authentication-national-cloud.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,8 +56,8 @@ The following table lists the base URLs for the Azure AD endpoints used to acqui
56
56
57
57
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:
58
58
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`.
61
61
62
62
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`.
0 commit comments