Skip to content

Commit 7a93eb4

Browse files
committed
Update Get-HaloToken.ps1
1 parent da98110 commit 7a93eb4

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)