Skip to content

Commit

Permalink
Update Get-HaloToken.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDuprey committed Feb 1, 2025
1 parent da98110 commit 7a93eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/CippExtensions/Public/Halo/Get-HaloToken.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function Get-HaloToken {
$Configuration
)
if (![string]::IsNullOrEmpty($Configuration.ClientID)) {
$Secret = Get-ExtensionAPIKey -Extension 'Halo'
$Secret = Get-ExtensionAPIKey -Extension 'HaloPSA'

$body = @{
grant_type = 'client_credentials'
Expand Down

0 comments on commit 7a93eb4

Please sign in to comment.