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/quickstart-daemon-app-java-acquire-token.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,9 @@ You have two options to start your quickstart application: Express (Option 1 bel
35
35
36
36
### Option 1: Register and auto configure your app and then download your code sample
37
37
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**.
39
41
1. Enter a name for your application and select **Register**.
40
42
1. Follow the instructions to download and automatically configure your new application with just one click.
41
43
@@ -47,10 +49,10 @@ You have two options to start your quickstart application: Express (Option 1 bel
47
49
48
50
To register your application and add the app's registration information to your solution manually, follow these steps:
49
51
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).
51
53
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**.
0 commit comments