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
To start your quickstart application, use either of the following options.
38
-
39
-
### Option 1 (Express): Register and auto configure your app and then download your code sample
40
-
41
-
1. Go to the [Azure portal - App registrations](https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade/quickStartType/AngularSpaQuickstartPage/sourceType/docs) quickstart experience.
42
-
1. Enter a name for your application.
43
-
1. Under **Supported account types**, select **Accounts in any organizational directory and personal Microsoft accounts**.
44
-
1. Select **Register**.
45
-
1. Go to the quickstart pane and follow the instructions to download and automatically configure your new application.
46
-
47
-
### Option 2 (Manual): Register and manually configure your application and code sample
48
-
49
-
#### Step 1: Register your application
50
-
51
-
1. Sign in to the [Azure portal](https://portal.azure.com/).
52
-
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.
53
-
1. Search for and select **Azure Active Directory**.
54
-
1. Under **Manage**, select **App registrations** > **New registration**.
36
+
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).
37
+
1. If access to multiple tenants is available, 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.
38
+
1. Browse to **Identity** > **Applications** > **Application registrations**.
39
+
1. Select **New registration**.
55
40
1. Enter a **Name** for your application. Users of your app might see this name, and you can change it later.
56
41
1. Under **Supported account types**, select **Accounts in any organizational directory and personal Microsoft accounts**.
57
42
1. Select **Register**. On the app **Overview** page, note the **Application (client) ID** value for later use.
@@ -90,17 +75,17 @@ Modify the values in the `auth` section as described here:
90
75
91
76
- `Enter_the_Application_Id_Here` is the **Application (client) ID** for the application you registered.
92
77
93
-
To find the value of **Application (client) ID**, go to the app registration's **Overview** page in the Azure portal.
78
+
To find the value of **Application (client) ID**, go to the app registration's **Overview** page.
94
79
- `Enter_the_Cloud_Instance_Id_Here` is the instance of the Azure cloud. For the main or global Azure cloud, enter `https://login.microsoftonline.com`. For **national** clouds (for example, China), see [National clouds](authentication-national-cloud.md).
95
80
-`Enter_the_Tenant_info_here` is set to one of the following:
96
81
- If your application supports *accounts inthis organizational directory*, replace this value with the **Tenant ID** or **Tenant name**. For example, `contoso.microsoft.com`.
97
82
98
-
To find the value of the **Directory (tenant) ID**, go to the app registration's **Overview** page in the Azure portal.
83
+
To find the value of the **Directory (tenant) ID**, go to the app registration's **Overview** page.
99
84
- If your application supports *accounts in any organizational directory*, replace this value with `organizations`.
100
85
- If your application supports *accounts in any organizational directory and personal Microsoft accounts*, replace this value with `common`. **For this quickstart**, use `common`.
101
86
- To restrict support to *personal Microsoft accounts only*, replace this value with `consumers`.
102
87
103
-
To find the value of **Supported account types**, go to the app registration's **Overview** pagein the Azure portal.
88
+
To find the value of **Supported account types**, go to the app registration's **Overview** page.
104
89
-`Enter_the_Redirect_Uri_Here` is `http://localhost:4200/`.
105
90
106
91
The `authority` value in your *app.module.ts* should be similar to the following if you're using the main (global) Azure cloud:
0 commit comments