We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Support supplying a token is needed for Azure Managed Identity and the like
Docu for possibilities with the official .Net Driver: https://docs.microsoft.com/en-us/sql/connect/ado-net/sql/azure-active-directory-authentication?view=sql-server-ver15#setting-azure-active-directory-authentication
Not sure how complicated the implementation is. I hope that it's possible to do this without having to use msal package but Im not sure.
Whould you accept a PR for something like this?
The text was updated successfully, but these errors were encountered:
Docu for Pyodbc (slightly outdated as it references the old ADAL Library and not MSAL): https://github.com/AzureAD/azure-activedirectory-library-for-python/wiki/Connect-to-Azure-SQL-Database
Sorry, something went wrong.
Looks like a good implementation supporting it: https://github.com/denisenkom/go-mssqldb ;)
https://github.com/denisenkom/go-mssqldb
Successfully merging a pull request may close this issue.
Support supplying a token is needed for Azure Managed Identity and the like
Docu for possibilities with the official .Net Driver: https://docs.microsoft.com/en-us/sql/connect/ado-net/sql/azure-active-directory-authentication?view=sql-server-ver15#setting-azure-active-directory-authentication
Not sure how complicated the implementation is. I hope that it's possible to do this without having to use msal package but Im not sure.
Whould you accept a PR for something like this?
The text was updated successfully, but these errors were encountered: