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

Replace azidentity with direct use of the MSAL library #28

Closed
KarlGW opened this issue Aug 26, 2023 · 0 comments · Fixed by #30
Closed

Replace azidentity with direct use of the MSAL library #28

KarlGW opened this issue Aug 26, 2023 · 0 comments · Fixed by #30

Comments

@KarlGW
Copy link
Owner

KarlGW commented Aug 26, 2023

Due to not needing all the features provided by the azidentity module, it brings a lot of dependencies into the project and users of this module. Instead use https://github.com/AzureAD/microsoft-authentication-library-for-go.

This will require some refactoring on internal workings and the interfaces on what clients that can be used.

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 a pull request may close this issue.

1 participant