We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15580e4 + 7a93eb4 commit 7b7785dCopy full SHA for 7b7785d
Modules/CippExtensions/Public/Halo/Get-HaloToken.ps1
@@ -4,7 +4,7 @@ function Get-HaloToken {
4
$Configuration
5
)
6
if (![string]::IsNullOrEmpty($Configuration.ClientID)) {
7
- $Secret = Get-ExtensionAPIKey -Extension 'Halo'
+ $Secret = Get-ExtensionAPIKey -Extension 'HaloPSA'
8
9
$body = @{
10
grant_type = 'client_credentials'
0 commit comments