Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSAL for On-Behalf-Of token requests #372

Merged
merged 3 commits into from
May 5, 2022
Merged

Conversation

kostrse
Copy link
Contributor

@kostrse kostrse commented Apr 29, 2022

Direct implementation of token HTTP request was replaced by implementation from MSAL for Go.

This is consistent with client secret token requests in Azure SDK (here and here)

@kostrse kostrse requested a review from a team as a code owner April 29, 2022 18:39
@kostrse kostrse requested review from kevinwcyu and vickyyyyyyy and removed request for a team April 29, 2022 18:39
Copy link
Contributor

@andresmgot andresmgot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good to me! (I tried and is also working for my setup). I just have a question about some metric collection that was going on there.

pkg/azuredx/azureauth/auth.go Show resolved Hide resolved
pkg/azuredx/azureauth/aad_client.go Show resolved Hide resolved
pkg/azuredx/azureauth/aad_client.go Show resolved Hide resolved
go.mod Show resolved Hide resolved
Copy link
Contributor

@andresmgot andresmgot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants