We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da7bd8c commit 2ed3f94Copy full SHA for 2ed3f94
1 file changed
Modules/CIPPHTTP/Public/Entrypoints/HTTP Functions/CIPP/Setup/Invoke-ExecTokenExchange.ps1
@@ -68,7 +68,6 @@ function Invoke-ExecTokenExchange {
68
$FormData['client_secret'] = $ClientSecret
69
}
70
71
- Write-Host "Posting this data: $($FormData | ConvertTo-Json -Depth 15)"
72
$Results = Invoke-RestMethod -Uri $TokenUrl -Method Post -Body $FormData -ContentType 'application/x-www-form-urlencoded' -ErrorAction Stop -SkipHttpErrorCheck
73
} catch {
74
$ErrorMessage = $_.Exception
0 commit comments