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

AAD authentication using access token #755

Merged
merged 2 commits into from Oct 11, 2022

Conversation

RudraNirvan
Copy link
Contributor

@RudraNirvan RudraNirvan commented May 30, 2022

Fixes #752.

Refer to the example file (examples/azuread-service-principal-authtoken/service_principal_authtoken.go) to understand how it will work.

CRLF difference is causing all the lines to be shown as changed, not sure if GitHub offers an option to ignore this while reviewing, suggestions are welcome.

@codecov
Copy link

codecov bot commented May 30, 2022

Codecov Report

Merging #755 (9b08256) into master (1598eaf) will decrease coverage by 0.11%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #755      +/-   ##
==========================================
- Coverage   71.32%   71.21%   -0.12%     
==========================================
  Files          24       24              
  Lines        5388     5388              
==========================================
- Hits         3843     3837       -6     
- Misses       1301     1305       +4     
- Partials      244      246       +2     
Impacted Files Coverage Δ
fedauth.go 71.42% <ø> (ø)
tds.go 65.49% <0.00%> (-0.73%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1598eaf...9b08256. Read the comment docs.

@kardianos kardianos merged commit ed0f620 into denisenkom:master Oct 11, 2022
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.

AAD authentication by providing auth token
2 participants