Skip to content

Commit

Permalink
add x5c header on pop call (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgeDaboub authored Dec 9, 2024
1 parent b1245d8 commit c09e0cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/internal/pop/msal_confidential.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,14 @@ func AcquirePoPTokenConfidential(
clientID,
cred,
confidential.WithHTTPClient(options.Transport.(*http.Client)),
confidential.WithX5C(),
)
} else {
client, err = confidential.New(
authority,
clientID,
cred,
confidential.WithX5C(),
)
}
if err != nil {
Expand Down

0 comments on commit c09e0cb

Please sign in to comment.