Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
singhgss committed Nov 16, 2023
1 parent b916c24 commit ac1dd0f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,8 @@ Function Confirm-GSAConfigurationParameters {
$userId = $sp.Id
}
ElseIf ($context.Account.Type -eq 'ClientAssertion') { # Federated Identity
$userId = $context.Account.Id
$sp = Get-AzADServicePrincipal -ApplicationId $context.Account.Id
$userId = $sp.Id
}
Else {
Write-Verbose "Context is Local."
Expand Down

0 comments on commit ac1dd0f

Please sign in to comment.