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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Including the global Azure cloud, Azure Active Directory (Azure AD) is deplo
25
25
- Microsoft Azure operated by 21Vianet
26
26
- Azure Germany ([Closed on October 29, 2021](https://www.microsoft.com/cloud-platform/germany-cloud-regions)). Learn more about [Azure Germany migration](#azure-germany-microsoft-cloud-deutschland).
27
27
28
-
The individual national clouds and the global Azure cloud are cloud _instances_. Each cloud instance is separate from the others and has its own environment and _endpoints_. Cloud-specific endpoints include OAuth 2.0 access token and OpenID Connect ID token request endpoints, and URLs for app management and deployment, like the Azure portal.
28
+
The individual national clouds and the global Azure cloud are cloud _instances_. Each cloud instance is separate from the others and has its own environment and _endpoints_. Cloud-specific endpoints include OAuth 2.0 access token and OpenID Connect ID token request endpoints, and URLs for app management and deployment.
29
29
30
30
As you develop your apps, use the endpoints for the cloud instance where you'll deploy the application.
31
31
@@ -43,13 +43,13 @@ The following table lists the base URLs for the Azure AD endpoints used to regis
43
43
44
44
## Application endpoints
45
45
46
-
You can find the authentication endpoints for your application in the Azure portal.
46
+
You can find the authentication endpoints for your application.
47
47
48
-
1. Sign in to the <ahref="https://portal.azure.com/"target="_blank">Azure portal</a>.
49
-
1.Select **Azure Active Directory**.
50
-
1.Under **Manage**, select **App registrations**, and then select**Endpoints** in the top menu.
48
+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least an [Cloud Application Administrator](../roles/permissions-reference.md#cloud-application-administrator).
49
+
1.Browse to **Identity** > **Applications** > **Application registrations**.
50
+
1.Select**Endpoints** in the top menu.
51
51
52
-
The **Endpoints** page is displayed showing the authentication endpoints for the application registered in your Azure AD tenant.
52
+
The **Endpoints** page is displayed showing the authentication endpoints for the application.
53
53
54
54
Use the endpoint that matches the authentication protocol you're using in conjunction with the **Application (client) ID** to craft the authentication request specific to your application.
0 commit comments