Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit b5c1b92

Browse files
committed
c1s2 ready
1 parent 2ccea2b commit b5c1b92

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+1218
-1365
lines changed

1-Authentication/1-sign-in/AppCreationScripts/Configure.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ Function ConfigureApplications
136136

137137

138138
# Update config file for 'spa'
139-
$configFile = $pwd.Path + "\..\App\src\authConfig.js"
139+
$configFile = $pwd.Path + "\..\SPA\src\authConfig.js"
140140
Write-Host "Updating the sample code ($configFile)"
141-
$dictionary = @{ "Enter_the_Application_Id_Here" = $spaAadApplication.AppId;"Enter_the_Tenant_Info_Here" = $tenantName };
141+
$dictionary = @{ "Enter_the_Application_Id_Here" = $spaAadApplication.AppId;"Enter_the_Tenant_Info_Here" = $tenantId };
142142
ReplaceInTextFile -configFilePath $configFile -dictionary $dictionary
143143
Write-Host ""
144144
Write-Host -ForegroundColor Green "------------------------------------------------------------------------------------------------"

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

-262
This file was deleted.

1-Authentication/1-sign-in/AppCreationScripts/sample.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
{
2626
"App": "spa",
2727
"SettingKind": "Replace",
28-
"SettingFile": "\\..\\App\\src\\authConfig.js",
28+
"SettingFile": "\\..\\SPA\\src\\authConfig.js",
2929
"Mappings": [
3030
{
3131
"key": "Enter_the_Application_Id_Here",
3232
"value": ".AppId"
3333
},
3434
{
3535
"key": "Enter_the_Tenant_Info_Here",
36-
"value": "$tenantName"
36+
"value": "$tenantId"
3737
}
3838
]
3939
}

0 commit comments

Comments
 (0)