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: 1-Authentication/0-sign-in-vanillajs/AppCreationScripts/AppCreationScripts.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ These scripts are:
38
38
- creates a summary file named `createdApps.html` in the folder from which you ran the script, and containing, for each Azure AD application it created:
39
39
- the identifier of the application
40
40
- the AppId of the application
41
-
- the url of its registration in the [Azure portal](https://portal.azure.com).
41
+
- the url of its registration in the [Microsoft Entra admin center](https://entra.microsoft.com/).
42
42
43
43
-`Cleanup.ps1` which cleans-up the Azure AD objects created by `Configure.ps1`. Note that this script does not revert the changes done in the configuration files, though. You will need to undo the change from source control (from Visual Studio, or from the command line using, for instance, `git reset`).
44
44
@@ -108,7 +108,7 @@ Note that the script will choose the tenant in which to create the applications,
108
108
109
109
if you want to create the apps in a particular tenant, you can use the following option:
110
110
111
-
- Open the [Azure portal](https://portal.azure.com)
111
+
- Open the [Microsoft Entra admin center](https://entra.microsoft.com/)
112
112
- Select the Azure Active directory you are interested in (in the combo-box below your name on the top right of the browser window)
113
113
- Find the "Active Directory" object in this tenant
114
114
- Go to **Properties** and copy the content of the **Directory Id** property
Copy file name to clipboardExpand all lines: 1-Authentication/0-sign-in-vanillajs/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ There is one project in this sample. To register it, you can:
119
119
120
120
To manually register the apps, as a first step you'll need to:
121
121
122
-
1. Sign in to the [Azure portal](https://portal.azure.com).
122
+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com/).
123
123
1. If your account is present in more than one Microsoft Entra External ID tenant, select your profile at the top right corner in the menu on top of the page, and then **switch directory** to change your portal session to the desired Microsoft Entra External ID tenant.
124
124
125
125
#### Create User Flows
@@ -137,7 +137,7 @@ Please refer to:
137
137
138
138
#### Register the client app (ciam-msal-javascript-spa)
139
139
140
-
1. Navigate to the [Azure portal](https://portal.azure.com) and select the **Microsoft Entra External ID** service.
140
+
1. Navigate to the [Microsoft Entra admin center](https://entra.microsoft.com/) and select the **Microsoft Entra External ID** service.
141
141
1. Select the **App Registrations** blade on the left, then select **New registration**.
142
142
1. In the **Register an application page** that appears, enter your application's registration information:
143
143
1. In the **Name** section, enter a meaningful application name that will be displayed to users of the app, for example `ciam-msal-javascript-spa`.
@@ -279,7 +279,7 @@ There is one single-page application in this sample. To deploy it to **Azure Sto
279
279
280
280
> :information_source: If you don't have an account already, see: [How to create a storage account](https://docs.microsoft.com/azure/storage/common/storage-account-create).
281
281
282
-
1. Sign in to the [Azure portal](https://portal.azure.com).
282
+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com/).
283
283
1. Locate your storage account and display the account overview.
284
284
1. Select **Static website** to display the configuration page for static websites.
285
285
1. Select **Enabled** to enable static website hosting for the storage account.
@@ -295,7 +295,7 @@ There is one single-page application in this sample. To deploy it to **Azure Sto
295
295
296
296
#### Update the CIAM app registration for ciam-msal-javascript-spa
297
297
298
-
1. Navigate back to to the [Azure portal](https://portal.azure.com).
298
+
1. Navigate back to to the [Microsoft Entra admin center](https://entra.microsoft.com/).
299
299
1. In the left-hand navigation pane, select the **Azure Active Directory** service, and then select **App registrations**.
300
300
1. In the resulting screen, select `ciam-msal-javascript-spa`.
301
301
1. In the app's registration screen, select **Authentication** in the menu.
Copy file name to clipboardExpand all lines: 1-Authentication/1-sign-in-react/AppCreationScripts/AppCreationScripts.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ These scripts are:
38
38
- creates a summary file named `createdApps.html` in the folder from which you ran the script, and containing, for each Azure AD application it created:
39
39
- the identifier of the application
40
40
- the AppId of the application
41
-
- the url of its registration in the [Azure portal](https://portal.azure.com).
41
+
- the url of its registration in the [Microsoft Entra admin center](https://entra.microsoft.com/).
42
42
43
43
-`Cleanup.ps1` which cleans-up the Azure AD objects created by `Configure.ps1`. Note that this script does not revert the changes done in the configuration files, though. You will need to undo the change from source control (from Visual Studio, or from the command line using, for instance, `git reset`).
44
44
@@ -108,7 +108,7 @@ Note that the script will choose the tenant in which to create the applications,
108
108
109
109
if you want to create the apps in a particular tenant, you can use the following option:
110
110
111
-
- Open the [Azure portal](https://portal.azure.com)
111
+
- Open the [Microsoft Entra admin center](https://entra.microsoft.com/)
112
112
- Select the Azure Active directory you are interested in (in the combo-box below your name on the top right of the browser window)
113
113
- Find the "Active Directory" object in this tenant
114
114
- Go to **Properties** and copy the content of the **Directory Id** property
Copy file name to clipboardExpand all lines: 1-Authentication/1-sign-in-react/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ Here you'll learn how to [sign-in](https://docs.microsoft.com/azure/active-direc
65
65
* An **Microsoft Entra External ID** tenant. For more information, see: [How to get an external tenant](https://github.com/microsoft/entra-previews/blob/PP2/docs/1-Create-a-CIAM-tenant.md)
66
66
* A user account in your **Microsoft Entra External ID** tenant.
67
67
68
-
>This sample will not work with a **personal Microsoft account**. If you're signed in to the [Azure portal](https://portal.azure.com) with a personal Microsoft account and have not created a user account in your directory before, you will need to create one before proceeding.
68
+
>This sample will not work with a **personal Microsoft account**. If you're signed in to the [Microsoft Entra admin center](https://entra.microsoft.com/) with a personal Microsoft account and have not created a user account in your directory before, you will need to create one before proceeding.
69
69
70
70
## Setup the sample
71
71
@@ -124,7 +124,7 @@ There is one project in this sample. To register it, you can:
124
124
125
125
To manually register the apps, as a first step you'll need to:
126
126
127
-
1. Sign in to the [Azure portal](https://portal.azure.com).
127
+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com/).
128
128
1. If your account is present in more than one external tenant, select your profile at the top right corner in the menu on top of the page, and then **switch directory** to change your portal session to the desired external tenant.
129
129
130
130
#### Create User Flows
@@ -142,7 +142,7 @@ Please refer to:
142
142
143
143
#### Register the client app (msal-react-spa)
144
144
145
-
1. Navigate to the [Azure portal](https://portal.azure.com) and select the **Microsoft Entra External ID** service.
145
+
1. Navigate to the [Microsoft Entra admin center](https://entra.microsoft.com/) and select the **Microsoft Entra External ID** service.
146
146
1. Select the **App Registrations** blade on the left, then select **New registration**.
147
147
1. In the **Register an application page** that appears, enter your application's registration information:
148
148
1. In the **Name** section, enter a meaningful application name that will be displayed to users of the app, for example `msal-react-spa`.
Copy file name to clipboardExpand all lines: 1-Authentication/2-sign-in-angular/AppCreationScripts/AppCreationScripts.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ These scripts are:
38
38
- creates a summary file named `createdApps.html` in the folder from which you ran the script, and containing, for each Azure AD application it created:
39
39
- the identifier of the application
40
40
- the AppId of the application
41
-
- the url of its registration in the [Azure portal](https://portal.azure.com).
41
+
- the url of its registration in the [Microsoft Entra admin center](https://entra.microsoft.com/).
42
42
43
43
-`Cleanup.ps1` which cleans-up the Azure AD objects created by `Configure.ps1`. Note that this script does not revert the changes done in the configuration files, though. You will need to undo the change from source control (from Visual Studio, or from the command line using, for instance, `git reset`).
44
44
@@ -108,7 +108,7 @@ Note that the script will choose the tenant in which to create the applications,
108
108
109
109
if you want to create the apps in a particular tenant, you can use the following option:
110
110
111
-
- Open the [Azure portal](https://portal.azure.com)
111
+
- Open the [Microsoft Entra admin center](https://entra.microsoft.com/)
112
112
- Select the Azure Active directory you are interested in (in the combo-box below your name on the top right of the browser window)
113
113
- Find the "Active Directory" object in this tenant
114
114
- Go to **Properties** and copy the content of the **Directory Id** property
Copy file name to clipboardExpand all lines: 1-Authentication/2-sign-in-angular/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Here you'll learn about [ID Tokens](https://docs.microsoft.com/azure/active-dire
67
67
* An **CIAM** tenant. For more information, see: [How to get an external tenant](https://github.com/microsoft/entra-previews/blob/PP2/docs/1-Create-a-CIAM-tenant.md)
68
68
* A user account in your external tenant.
69
69
70
-
>This sample will not work with a **personal Microsoft account**. If you're signed in to the [Azure portal](https://portal.azure.com) with a personal Microsoft account and have not created a user account in your directory before, you will need to create one before proceeding.
70
+
>This sample will not work with a **personal Microsoft account**. If you're signed in to the [Microsoft Entra admin center](https://entra.microsoft.com/) with a personal Microsoft account and have not created a user account in your directory before, you will need to create one before proceeding.
71
71
72
72
## Setup the sample
73
73
@@ -126,7 +126,7 @@ There is one project in this sample. To register it, you can:
126
126
127
127
To manually register the apps, as a first step you'll need to:
128
128
129
-
1. Sign in to the [Azure portal](https://portal.azure.com).
129
+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com/).
130
130
1. If your account is present in more than one external tenant, select your profile at the top right corner in the menu on top of the page, and then **switch directory** to change your portal session to the desired external tenant.
131
131
132
132
#### Create User Flows
@@ -144,7 +144,7 @@ Please refer to:
144
144
145
145
#### Register the spa app (ciam-msal-angular-spa)
146
146
147
-
1. Navigate to the [Azure portal](https://portal.azure.com) and select the CIAM service.
147
+
1. Navigate to the [Microsoft Entra admin center](https://entra.microsoft.com/) and select the CIAM service.
148
148
1. Select the **App Registrations** blade on the left, then select **New registration**.
149
149
1. In the **Register an application page** that appears, enter your application's registration information:
150
150
1. In the **Name** section, enter a meaningful application name that will be displayed to users of the app, for example `ciam-msal-angular-spa`.
@@ -370,7 +370,7 @@ Build your project to get a distributable files folder, where your built `html`,
370
370
371
371
> :information_source:Ifyoudon't have an account already, see: [How to create a storage account](https://docs.microsoft.com/azure/storage/common/storage-account-create).
Copy file name to clipboardExpand all lines: 1-Authentication/3-sign-in-electron/AppCreationScripts/AppCreationScripts.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ These scripts are:
38
38
- creates a summary file named `createdApps.html` in the folder from which you ran the script, and containing, for each Azure AD application it created:
39
39
- the identifier of the application
40
40
- the AppId of the application
41
-
- the url of its registration in the [Azure portal](https://portal.azure.com).
41
+
- the url of its registration in the [Microsoft Entra admin center](https://entra.microsoft.com/).
42
42
43
43
-`Cleanup.ps1` which cleans-up the Azure AD objects created by `Configure.ps1`. Note that this script does not revert the changes done in the configuration files, though. You will need to undo the change from source control (from Visual Studio, or from the command line using, for instance, `git reset`).
44
44
@@ -108,7 +108,7 @@ Note that the script will choose the tenant in which to create the applications,
108
108
109
109
if you want to create the apps in a particular tenant, you can use the following option:
110
110
111
-
- Open the [Azure portal](https://portal.azure.com)
111
+
- Open the [Microsoft Entra admin center](https://entra.microsoft.com/)
112
112
- Select the Azure Active directory you are interested in (in the combo-box below your name on the top right of the browser window)
113
113
- Find the "Active Directory" object in this tenant
114
114
- Go to **Properties** and copy the content of the **Directory Id** property
Copy file name to clipboardExpand all lines: 1-Authentication/3-sign-in-electron/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ Here you'll learn how to sign-in users and acquire [ID tokens](https://docs.micr
71
71
* An **Microsoft Entra External ID** tenant. For more information, see: [How to get an external tenant](https://github.com/microsoft/entra-previews/blob/PP2/docs/1-Create-a-CIAM-tenant.md)
72
72
* A user account in your **Microsoft Entra External ID** tenant.
73
73
74
-
>This sample will not work with a **personal Microsoft account**. If you're signed in to the [Azure portal](https://portal.azure.com) with a personal Microsoft account and have not created a user account in your directory before, you will need to create one before proceeding.
74
+
>This sample will not work with a **personal Microsoft account**. If you're signed in to the [Microsoft Entra admin center](https://entra.microsoft.com/) with a personal Microsoft account and have not created a user account in your directory before, you will need to create one before proceeding.
75
75
76
76
## Setup the sample
77
77
@@ -131,7 +131,7 @@ There is one project in this sample. To register it, you can:
131
131
132
132
To manually register the apps, as a first step you'll need to:
133
133
134
-
1. Sign in to the [Azure portal](https://portal.azure.com).
134
+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com/).
135
135
1. If your account is present in more than one Microsoft Entra External ID tenant, select your profile at the top right corner in the menu on top of the page, and then **switch directory** to change your portal session to the desired Microsoft Entra External ID tenant.
136
136
137
137
#### Create User Flows
@@ -149,7 +149,7 @@ Please refer to:
149
149
150
150
#### Register the client app (msal-node-desktop)
151
151
152
-
1. Navigate to the [Azure portal](https://portal.azure.com) and select the **Microsoft Entra External ID** service.
152
+
1. Navigate to the [Microsoft Entra admin center](https://entra.microsoft.com/) and select the **Microsoft Entra External ID** service.
153
153
1. Select the **App Registrations** blade on the left, then select **New registration**.
154
154
1. In the **Register an application page** that appears, enter your application's registration information:
155
155
1. In the **Name** section, enter a meaningful application name that will be displayed to users of the app, for example `msal-node-desktop`.
Copy file name to clipboardExpand all lines: 1-Authentication/4-sign-in-device-code/AppCreationScripts/AppCreationScripts.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ These scripts are:
38
38
- creates a summary file named `createdApps.html` in the folder from which you ran the script, and containing, for each Azure AD application it created:
39
39
- the identifier of the application
40
40
- the AppId of the application
41
-
- the url of its registration in the [Azure portal](https://portal.azure.com).
41
+
- the url of its registration in the [Microsoft Entra admin center](https://entra.microsoft.com/).
42
42
43
43
-`Cleanup.ps1` which cleans-up the Azure AD objects created by `Configure.ps1`. Note that this script does not revert the changes done in the configuration files, though. You will need to undo the change from source control (from Visual Studio, or from the command line using, for instance, `git reset`).
44
44
@@ -108,7 +108,7 @@ Note that the script will choose the tenant in which to create the applications,
108
108
109
109
if you want to create the apps in a particular tenant, you can use the following option:
110
110
111
-
- Open the [Azure portal](https://portal.azure.com)
111
+
- Open the [Microsoft Entra admin center](https://entra.microsoft.com/)
112
112
- Select the Azure Active directory you are interested in (in the combo-box below your name on the top right of the browser window)
113
113
- Find the "Active Directory" object in this tenant
114
114
- Go to **Properties** and copy the content of the **Directory Id** property
Copy file name to clipboardExpand all lines: 1-Authentication/4-sign-in-device-code/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ This sample demonstrates a Node headless application that authenticates users wi
57
57
* An **Microsoft Entra External ID** tenant. For more information, see: [How to get an external tenant](https://github.com/microsoft/entra-previews/blob/PP2/docs/1-Create-a-CIAM-tenant.md)
58
58
* A user account in your **Microsoft Entra External ID** tenant.
59
59
60
-
>This sample will not work with a **personal Microsoft account**. If you're signed in to the [Azure portal](https://portal.azure.com) with a personal Microsoft account and have not created a user account in your directory before, you will need to create one before proceeding.
60
+
>This sample will not work with a **personal Microsoft account**. If you're signed in to the [Microsoft Entra admin center](https://entra.microsoft.com/) with a personal Microsoft account and have not created a user account in your directory before, you will need to create one before proceeding.
61
61
62
62
## Setup the sample
63
63
@@ -117,7 +117,7 @@ There is one project in this sample. To register it, you can:
117
117
118
118
To manually register the apps, as a first step you'll need to:
119
119
120
-
1. Sign in to the [Azure portal](https://portal.azure.com).
120
+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com/).
121
121
1. If your account is present in more than one directory, make sure you're using the directory that contains your external tenant:
122
122
1. Select the **Directories + subscriptions** icon in the portal toolbar.
123
123
1. On the **Portal settings | Directories + subscriptions** page, find your external tenant in the Directory name list, and then select **Switch**
@@ -137,7 +137,7 @@ Please refer to:
137
137
138
138
#### Register the client app (msal-node-headless)
139
139
140
-
1. Navigate to the [Azure portal](https://portal.azure.com) and select the **Microsoft Entra External ID** service.
140
+
1. Navigate to the [Microsoft Entra admin center](https://entra.microsoft.com/) and select the **Microsoft Entra External ID** service.
141
141
1. Select the **App Registrations** blade on the left, then select **New registration**.
142
142
1. In the **Register an application page** that appears, enter your application's registration information:
143
143
1. In the **Name** section, enter a meaningful application name that will be displayed to users of the app, for example `msal-node-headless`.
0 commit comments