Skip to content

Commit 3309498

Browse files
Merge pull request #249683 from davidmu1/updatesteps9
updated sign-in steps for admin center
2 parents 4189413 + cf8f213 commit 3309498

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/active-directory/develop/quickstart-daemon-app-java-acquire-token.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ You have two options to start your quickstart application: Express (Option 1 bel
3535

3636
### Option 1: Register and auto configure your app and then download your code sample
3737

38-
1. Go to the [Azure portal - App registrations](https://portal.azure.com/?Microsoft_AAD_RegisteredApps=true#blade/Microsoft_AAD_RegisteredApps/applicationsListBlade/quickStartType/JavaDaemonQuickstartPage/sourceType/docs) quickstart experience.
38+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least an [Application Developer](../roles/permissions-reference.md#application-developer).
39+
1. Browse to **Identity** > **Applications** > **Application registrations**.
40+
1. Select **New registration**.
3941
1. Enter a name for your application and select **Register**.
4042
1. Follow the instructions to download and automatically configure your new application with just one click.
4143

@@ -47,10 +49,10 @@ You have two options to start your quickstart application: Express (Option 1 bel
4749

4850
To register your application and add the app's registration information to your solution manually, follow these steps:
4951

50-
1. Sign in to the [Azure portal](https://portal.azure.com).
52+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least an [Application Developer](../roles/permissions-reference.md#application-developer).
5153
1. If you have access to multiple tenants, use the **Directories + subscriptions** filter :::image type="icon" source="media/common/portal-directory-subscription-filter.png" border="false"::: in the top menu to switch to the tenant in which you want to register the application.
52-
1. Search for and select **Azure Active Directory**.
53-
1. Under **Manage**, select **App registrations** > **New registration**.
54+
1. Browse to **Identity** > **Applications** > **Application registrations**.
55+
1. Select **New registration**.
5456
1. Enter a **Name** for your application, for example `Daemon-console`. Users of your app might see this name, and you can change it later.
5557
1. Select **Register**.
5658
1. Under **Manage**, select **Certificates & secrets**.

0 commit comments

Comments
 (0)