Does Azure SQL Server support SSPI authentication?

Darwin Wilmut J 20 Reputation points
2023-08-29T07:55:12.07+00:00

Hello,

I'm seeking assistance regarding confirmation. Does SSPI authentication, which is Windows-based authentication, have support for Azure SQL Server? While exploring, I observed that SSPI authentication is supported for Azure SQL Managed Instance. Could you please confirm whether SSPI authentication is supported for Azure SQL Server or Azure SQL on VM?

Azure SQL Database
0 comments No comments
{count} votes

Accepted answer
  1. Alberto Morillo 34,671 Reputation points MVP Volunteer Moderator
    2023-08-30T14:30:46.83+00:00

    Yes, Windows Authentication (SSPI) is supported on Azure SQL Managed Instance, but it requires some additional steps to set up as explained here. Windows Authentication allows you to use your existing Active Directory (AD) credentials to access Azure SQL Managed Instance, without having to create SQL logins or store passwords in connection strings

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. GeethaThatipatri-MSFT 29,542 Reputation points Microsoft Employee Moderator
    2023-08-30T14:12:54.15+00:00

    Hi, @Darwin Wilmut J Thanks for posting your question in the Microsoft Q&A forum

    On checking with the Internal team Yes, SSPI authentication is supported for Azure SQL Managed Instance. However, it is not supported for Azure SQL Server or Azure SQL on VM.

    These are supported authentication options for Azure SQL Database and AAD you can find from the below document.

    https://learn.microsoft.com/en-us/sql/connect/ado-net/sql/azure-active-directory-authentication?view=sql-server-ver16

    Regards

    Geetha

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.