Skip to content

Commit 55a6912

Browse files
Merge pull request #249737 from davidmu1/updatesteps16
updated sign-in steps for admin center
2 parents 2e06ddf + 9562fa0 commit 55a6912

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Including the global Azure cloud, Azure Active Directory (Azure AD) is deplo
2525
- Microsoft Azure operated by 21Vianet
2626
- 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).
2727

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.
2929

3030
As you develop your apps, use the endpoints for the cloud instance where you'll deploy the application.
3131

@@ -43,13 +43,13 @@ The following table lists the base URLs for the Azure AD endpoints used to regis
4343

4444
## Application endpoints
4545

46-
You can find the authentication endpoints for your application in the Azure portal.
46+
You can find the authentication endpoints for your application.
4747

48-
1. Sign in to the <a href="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.
5151

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.
5353

5454
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.
5555

0 commit comments

Comments
 (0)