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

Feature Request: Support for token based Authentication for Azure SQL #135

Open
aersam opened this issue Jun 1, 2022 · 2 comments · May be fixed by #166 or #151
Open

Feature Request: Support for token based Authentication for Azure SQL #135

aersam opened this issue Jun 1, 2022 · 2 comments · May be fixed by #166 or #151

Comments

@aersam
Copy link
Contributor

aersam commented Jun 1, 2022

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?

@aersam
Copy link
Contributor Author

aersam commented Jun 1, 2022

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

@aersam
Copy link
Contributor Author

aersam commented Mar 21, 2023

Looks like a good implementation supporting it: https://github.com/denisenkom/go-mssqldb ;)

@aersam aersam linked a pull request Mar 22, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant