Skip to content

Commit

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

0 comments on commit b916c24

Please sign in to comment.