File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
articles/remote-rendering/how-tos Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ $accountId = "<account_id_from_portal>"
52
52
$accountKey = "<account_key_from_portal>"
53
53
54
54
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12;
55
- $webResponse = Invoke-WebRequest -Uri "https://sts.ppe. mixedreality.azure.com/accounts/$accountId/token" -Method Get -Headers @{ Authorization = "Bearer ${accountId}:$accountKey" }
55
+ $webResponse = Invoke-WebRequest -Uri "https://sts.mixedreality.azure.com/accounts/$accountId/token" -Method Get -Headers @{ Authorization = "Bearer ${accountId}:$accountKey" }
56
56
$response = ConvertFrom-Json -InputObject $webResponse.Content
57
57
58
58
Write-Output "Token: $($response.AccessToken)"
You can’t perform that action at this time.
0 commit comments