Skip to content

Commit 9515e65

Browse files
committed
update links
1 parent b8cc81b commit 9515e65

26 files changed

Lines changed: 82 additions & 82 deletions

File tree

1-Authentication/0-sign-in-vanillajs/AppCreationScripts/AppCreationScripts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ These scripts are:
3838
- 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:
3939
- the identifier of the application
4040
- 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/).
4242

4343
- `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`).
4444

@@ -108,7 +108,7 @@ Note that the script will choose the tenant in which to create the applications,
108108
109109
if you want to create the apps in a particular tenant, you can use the following option:
110110
111-
- Open the [Azure portal](https://portal.azure.com)
111+
- Open the [Microsoft Entra admin center](https://entra.microsoft.com/)
112112
- Select the Azure Active directory you are interested in (in the combo-box below your name on the top right of the browser window)
113113
- Find the "Active Directory" object in this tenant
114114
- Go to **Properties** and copy the content of the **Directory Id** property

1-Authentication/0-sign-in-vanillajs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ There is one project in this sample. To register it, you can:
119119
120120
To manually register the apps, as a first step you'll need to:
121121
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/).
123123
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.
124124
125125
#### Create User Flows
@@ -137,7 +137,7 @@ Please refer to:
137137
138138
#### Register the client app (ciam-msal-javascript-spa)
139139
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.
141141
1. Select the **App Registrations** blade on the left, then select **New registration**.
142142
1. In the **Register an application page** that appears, enter your application's registration information:
143143
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
279279

280280
> :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).
281281
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/).
283283
1. Locate your storage account and display the account overview.
284284
1. Select **Static website** to display the configuration page for static websites.
285285
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
295295

296296
#### Update the CIAM app registration for ciam-msal-javascript-spa
297297

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/).
299299
1. In the left-hand navigation pane, select the **Azure Active Directory** service, and then select **App registrations**.
300300
1. In the resulting screen, select `ciam-msal-javascript-spa`.
301301
1. In the app's registration screen, select **Authentication** in the menu.

1-Authentication/1-sign-in-react/AppCreationScripts/AppCreationScripts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ These scripts are:
3838
- 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:
3939
- the identifier of the application
4040
- 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/).
4242

4343
- `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`).
4444

@@ -108,7 +108,7 @@ Note that the script will choose the tenant in which to create the applications,
108108
109109
if you want to create the apps in a particular tenant, you can use the following option:
110110
111-
- Open the [Azure portal](https://portal.azure.com)
111+
- Open the [Microsoft Entra admin center](https://entra.microsoft.com/)
112112
- Select the Azure Active directory you are interested in (in the combo-box below your name on the top right of the browser window)
113113
- Find the "Active Directory" object in this tenant
114114
- Go to **Properties** and copy the content of the **Directory Id** property

1-Authentication/1-sign-in-react/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Here you'll learn how to [sign-in](https://docs.microsoft.com/azure/active-direc
6565
* 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)
6666
* A user account in your **Microsoft Entra External ID** tenant.
6767

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.
6969
7070
## Setup the sample
7171

@@ -124,7 +124,7 @@ There is one project in this sample. To register it, you can:
124124
125125
To manually register the apps, as a first step you'll need to:
126126
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/).
128128
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.
129129
130130
#### Create User Flows
@@ -142,7 +142,7 @@ Please refer to:
142142
143143
#### Register the client app (msal-react-spa)
144144
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.
146146
1. Select the **App Registrations** blade on the left, then select **New registration**.
147147
1. In the **Register an application page** that appears, enter your application's registration information:
148148
1. In the **Name** section, enter a meaningful application name that will be displayed to users of the app, for example `msal-react-spa`.

1-Authentication/2-sign-in-angular/AppCreationScripts/AppCreationScripts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ These scripts are:
3838
- 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:
3939
- the identifier of the application
4040
- 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/).
4242

4343
- `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`).
4444

@@ -108,7 +108,7 @@ Note that the script will choose the tenant in which to create the applications,
108108
109109
if you want to create the apps in a particular tenant, you can use the following option:
110110
111-
- Open the [Azure portal](https://portal.azure.com)
111+
- Open the [Microsoft Entra admin center](https://entra.microsoft.com/)
112112
- Select the Azure Active directory you are interested in (in the combo-box below your name on the top right of the browser window)
113113
- Find the "Active Directory" object in this tenant
114114
- Go to **Properties** and copy the content of the **Directory Id** property

1-Authentication/2-sign-in-angular/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Here you'll learn about [ID Tokens](https://docs.microsoft.com/azure/active-dire
6767
* 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)
6868
* A user account in your external tenant.
6969

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.
7171
7272
## Setup the sample
7373

@@ -126,7 +126,7 @@ There is one project in this sample. To register it, you can:
126126

127127
To manually register the apps, as a first step you'll need to:
128128

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/).
130130
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.
131131

132132
#### Create User Flows
@@ -144,7 +144,7 @@ Please refer to:
144144

145145
#### Register the spa app (ciam-msal-angular-spa)
146146

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.
148148
1. Select the **App Registrations** blade on the left, then select **New registration**.
149149
1. In the **Register an application page** that appears, enter your application's registration information:
150150
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`,
370370

371371
> :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).
372372

373-
1. Sign in to the [Azure portal](https://portal.azure.com).
373+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com/).
374374
1. Locate your storage account and display the account overview.
375375
1. Select **Static website** to display the configuration page for static websites.
376376
1. Select **Enabled** to enable static website hosting for the storage account.
@@ -386,7 +386,7 @@ Build your project to get a distributable files folder, where your built `html`,
386386

387387
#### Update the CIAM app registration for ciam-msal-angular-spa
388388

389-
1. Navigate back to to the [Azure portal](https://portal.azure.com).
389+
1. Navigate back to to the [Microsoft Entra admin center](https://entra.microsoft.com/).
390390
1. In the left-hand navigation pane, select the **Azure Active Directory** service, and then select **App registrations**.
391391
1. In the resulting screen, select `ciam-msal-angular-spa`.
392392
1. In the app's registration screen, select **Authentication** in the menu.

1-Authentication/3-sign-in-electron/AppCreationScripts/AppCreationScripts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ These scripts are:
3838
- 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:
3939
- the identifier of the application
4040
- 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/).
4242

4343
- `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`).
4444

@@ -108,7 +108,7 @@ Note that the script will choose the tenant in which to create the applications,
108108
109109
if you want to create the apps in a particular tenant, you can use the following option:
110110
111-
- Open the [Azure portal](https://portal.azure.com)
111+
- Open the [Microsoft Entra admin center](https://entra.microsoft.com/)
112112
- Select the Azure Active directory you are interested in (in the combo-box below your name on the top right of the browser window)
113113
- Find the "Active Directory" object in this tenant
114114
- Go to **Properties** and copy the content of the **Directory Id** property

1-Authentication/3-sign-in-electron/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Here you'll learn how to sign-in users and acquire [ID tokens](https://docs.micr
7171
* 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)
7272
* A user account in your **Microsoft Entra External ID** tenant.
7373

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.
7575
7676
## Setup the sample
7777

@@ -131,7 +131,7 @@ There is one project in this sample. To register it, you can:
131131
132132
To manually register the apps, as a first step you'll need to:
133133
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/).
135135
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.
136136
137137
#### Create User Flows
@@ -149,7 +149,7 @@ Please refer to:
149149
150150
#### Register the client app (msal-node-desktop)
151151
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.
153153
1. Select the **App Registrations** blade on the left, then select **New registration**.
154154
1. In the **Register an application page** that appears, enter your application's registration information:
155155
1. In the **Name** section, enter a meaningful application name that will be displayed to users of the app, for example `msal-node-desktop`.

1-Authentication/4-sign-in-device-code/AppCreationScripts/AppCreationScripts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ These scripts are:
3838
- 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:
3939
- the identifier of the application
4040
- 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/).
4242

4343
- `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`).
4444

@@ -108,7 +108,7 @@ Note that the script will choose the tenant in which to create the applications,
108108
109109
if you want to create the apps in a particular tenant, you can use the following option:
110110
111-
- Open the [Azure portal](https://portal.azure.com)
111+
- Open the [Microsoft Entra admin center](https://entra.microsoft.com/)
112112
- Select the Azure Active directory you are interested in (in the combo-box below your name on the top right of the browser window)
113113
- Find the "Active Directory" object in this tenant
114114
- Go to **Properties** and copy the content of the **Directory Id** property

1-Authentication/4-sign-in-device-code/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This sample demonstrates a Node headless application that authenticates users wi
5757
* 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)
5858
* A user account in your **Microsoft Entra External ID** tenant.
5959

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.
6161
6262
## Setup the sample
6363

@@ -117,7 +117,7 @@ There is one project in this sample. To register it, you can:
117117
118118
To manually register the apps, as a first step you'll need to:
119119
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/).
121121
1. If your account is present in more than one directory, make sure you're using the directory that contains your external tenant:
122122
1. Select the **Directories + subscriptions** icon in the portal toolbar.
123123
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:
137137
138138
#### Register the client app (msal-node-headless)
139139
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.
141141
1. Select the **App Registrations** blade on the left, then select **New registration**.
142142
1. In the **Register an application page** that appears, enter your application's registration information:
143143
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

Comments
 (0)