mirror of
https://github.com/dafthack/GraphRunner
synced 2026-06-08 13:44:02 +00:00
Update GraphRunner.ps1
Thanks https://github.com/LambdaArrow for the suggested fix.
This commit is contained in:
+1
-1
@@ -415,7 +415,7 @@ function Invoke-RefreshGraphTokens {
|
||||
$authUrl = "https://login.microsoftonline.com/$tenantid"
|
||||
$refreshbody = @{
|
||||
"resource" = "https://graph.microsoft.com/"
|
||||
"client_id" = "d3590ed6-52b3-4102-aeff-aad2292ab01c"
|
||||
"client_id" = $ClientID
|
||||
"grant_type" = "refresh_token"
|
||||
"refresh_token" = $RefreshToken
|
||||
"scope" = "openid"
|
||||
|
||||
Reference in New Issue
Block a user