Login to SQL Azure using Windows Authentication

2020-03-31 10:09发布

Is it possible to have domain joined SQL Azure servers or Database so that we can use logins from our Active directory using windows Authentication?

3条回答
家丑人穷心不美
3楼-- · 2020-03-31 10:41

Unfortunatly SQL Azure currently does not support Windows Authentication right now (i.e: integrated security) and it only supports SQL Authentication where user should provide username and password all the time.

For more info on SQL Azure security guide lines take a look at the link below:

https://azure.microsoft.com/en-us/documentation/articles/sql-database-security-guidelines/

But if you are willing to use the preview, Microsoft has announced support for Azure Active Directory login support for Azure SQL Databases:

https://azure.microsoft.com/en-us/blog/preview-azure-ad-authentication-7/

查看更多
霸刀☆藐视天下
4楼-- · 2020-03-31 10:42

Recently Microsoft announced support for Azure Active Directory login support for Azure SQL Databases in public preview. You can read the blog post announcing this feature here: https://azure.microsoft.com/en-us/blog/preview-azure-ad-authentication-7/ and the documentation here: https://azure.microsoft.com/en-us/documentation/articles/sql-database-aad-authentication/.

查看更多
登录 后发表回答