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: 4-WebApp-your-API/Client/appsettings.json
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,24 @@
1
1
{
2
2
"AzureAd": {
3
3
"Instance": "https://login.microsoftonline.com/",
4
-
"Domain": "[Enter the domain of your tenant, e.g. contoso.onmicrosoft.com]",
5
-
"TenantId": "[Enter 'common', or 'organizations' or the Tenant Id (Obtained from the Azure portal. Select 'Endpoints' from the 'App registrations' blade and use the GUID in any of the URLs), e.g. da41245a5-11b3-996c-00a8-4d99re19f292]",
6
-
"ClientId": "[Enter the Client Id of the web app (Application ID obtained from the Azure portal), e.g. ba74781c2-53c2-442a-97c2-3d60re42f403]",
Copy file name to clipboardExpand all lines: 4-WebApp-your-API/TodoListService/appsettings.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
{
2
2
"AzureAd": {
3
3
"Instance": "https://login.microsoftonline.com/",
4
-
"ClientId": "[Enter the Client Id of the service (Application ID obtained from the Azure portal), e.g. ba74781c2-53c2-442a-97c2-3d60re42f403]",
5
-
"Domain": "[Enter the domain of your tenant, e.g. contoso.onmicrosoft.com]",
6
-
"TenantId": "[Enter 'common', or 'organizations' or the Tenant Id (Obtained from the Azure portal. Select 'Endpoints' from the 'App registrations' blade and use the GUID in any of the URLs), e.g. da41245a5-11b3-996c-00a8-4d99re19f292]"
Copy file name to clipboardExpand all lines: 5-WebApp-AuthZ/5-2-Groups/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
@@ -1,4 +1,4 @@
1
-
# Registering the Azure Active Directory applications and updating the configuration files for this sample using PowerShell scripts
1
+
# Registering the sample apps with Microsoft Identity Platform and updating the configuration files using PowerShell scripts
2
2
3
3
## Overview
4
4
@@ -9,7 +9,7 @@
9
9
```PowerShell
10
10
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process -Force
11
11
```
12
-
1. Run the script to create your Azure AD application and configure the code of the sample application accordinly. (Other ways of running the scripts are described below)
12
+
1. Run the script to create your Azure AD application and configure the code of the sample application accordingly. (Other ways of running the scripts are described below)
0 commit comments