File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
1-Authentication/1-sign-in/AppCreationScripts Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ Function ConfigureApplications
138138 # Update config file for 'spa'
139139 $configFile = $pwd.Path + " \..\App\authConfig.js"
140140 Write-Host " Updating the sample code ($configFile )"
141- $dictionary = @ { " Enter_the_Application_Id_Here" = $spaAadApplication.AppId ;" Enter_the_Cloud_Instance_Id_Here/ Enter_the_Tenant_Info_Here" = " https://login.microsoftonline.com/ " + $tenantName ; " Enter_the_Redirect_Uri_Here" = $spaAadApplication.ReplyUrls };
141+ $dictionary = @ { " Enter_the_Application_Id_Here" = $spaAadApplication.AppId ; " Enter_the_Tenant_Info_Here" = $tenantId ; " Enter_the_Redirect_Uri_Here" = $spaAadApplication.ReplyUrls };
142142 ReplaceInTextFile - configFilePath $configFile - dictionary $dictionary
143143 Write-Host " "
144144 Write-Host - ForegroundColor Green " ------------------------------------------------------------------------------------------------"
You can’t perform that action at this time.
0 commit comments