Skip to content

Commit 7b7785d

Browse files
authored
Merge pull request #1285 from KelvinTegelaar/dev
Update Get-HaloToken.ps1
2 parents 15580e4 + 7a93eb4 commit 7b7785d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CippExtensions/Public/Halo/Get-HaloToken.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ function Get-HaloToken {
44
$Configuration
55
)
66
if (![string]::IsNullOrEmpty($Configuration.ClientID)) {
7-
$Secret = Get-ExtensionAPIKey -Extension 'Halo'
7+
$Secret = Get-ExtensionAPIKey -Extension 'HaloPSA'
88

99
$body = @{
1010
grant_type = 'client_credentials'

0 commit comments

Comments
 (0)