Skip to content

Commit 55c2acf

Browse files
committed
remove old youtube links
1 parent 10647d4 commit 55c2acf

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

1-Authentication/6-sign-in-node-cli-app/AppCreationScripts/AppCreationScripts.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
### Presentation of the scripts
3030

31-
This sample comes with two PowerShell scripts, which automate the creation of the Azure Active Directory applications, and the configuration of the code for this sample. Once you run them, you will only need to build the solution and you are good to test.
31+
This sample comes with two PowerShell scripts, which automate the creation of the Microsoft Entra applications, and the configuration of the code for this sample. Once you run them, you will only need to build the solution and you are good to test.
3232

3333
These scripts are:
3434

@@ -109,9 +109,8 @@ Note that the script will choose the tenant in which to create the applications,
109109
if you want to create the apps in a particular tenant, you can use the following option:
110110
111111
- Open the [Microsoft Entra admin center](https://entra.microsoft.com/)
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-
- Find the "Active Directory" object in this tenant
114-
- Go to **Properties** and copy the content of the **Directory Id** property
112+
- Select the Microsoft Entra tenant you are interested in (in the combo-box below your name on the top right of the browser window)
113+
- Select **Overview** on the left side menu and then select the **Overview** tab. Copy the content of the **Tenant Id** property
115114
- Then use the full syntax to run the scripts:
116115
117116
```PowerShell

1-Authentication/6-sign-in-node-cli-app/AppCreationScripts/Cleanup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Function Cleanup
2121
This function removes the Microsoft Entra applications for the sample. These applications were created by the Configure.ps1 script
2222
#>
2323

24-
# $tenantId is the Active Directory Tenant. This is a GUID which represents the "Directory ID" of the AzureAD tenant
24+
# $tenantId is the Microsoft Entra Tenant. This is a GUID which represents the "Directory ID" of the AzureAD tenant
2525
# into which you want to create the apps. Look it up in the Microsoft Entra admin center in the "Properties" of the Azure AD.
2626

2727
# Connect to the Microsoft Graph API

1-Authentication/6-sign-in-node-cli-app/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ To manually register the apps, as a first step you'll need to:
121121
122122
#### Create User Flows
123123
124-
Please refer to: [Tutorial: Create user flow in Azure Active Directory CIAM](https://github.com/microsoft/entra-previews/blob/PP2/docs/3-Create-sign-up-and-sign-in-user-flow.md)
124+
Please refer to: [Tutorial: Create user flow in Microsoft Entra External ID](https://github.com/microsoft/entra-previews/blob/PP2/docs/3-Create-sign-up-and-sign-in-user-flow.md)
125125
126126
> :information_source: To enable password reset in Microsoft Entra External ID in Microsoft Entra, please refer to: [Tutorial: Enable self-service password reset](https://github.com/microsoft/entra-previews/blob/PP2/docs/4-Enable-password-reset.md)
127127
@@ -195,7 +195,7 @@ Were we successful in addressing your learning objective? Consider taking a mome
195195
Ask your questions on Stack Overflow first and browse existing issues to see if someone has asked your question before.
196196
Make sure that your questions or comments are tagged with [`azure-active-directory-b2c` `node` `ms-identity` `adal` `msal-js` `msal`].
197197

198-
To provide feedback on or suggest features for Azure Active Directory, visit [User Voice page](https://feedback.azure.com/d365community/forum/79b1327d-d925-ec11-b6e6-000d3a4f06a4).
198+
To provide feedback on or suggest features for Microsoft Entra, visit [User Voice page](https://feedback.azure.com/d365community/forum/79b1327d-d925-ec11-b6e6-000d3a4f06a4).
199199
</details>
200200

201201
## About the code

0 commit comments

Comments
 (0)