I am attempting to log into an Azure SQL Database using SSMS. I need to be able to log into the database with Active Directory Integrated Authentication. When attempting to login:
I receive this error: Failed to authenticate the user NT Authority\Anonymous Logon in Active Directory (Authentication=ActiveDirectoryIntegrated). Error code 0xCAA90002; state 10 WSTrust response does not have recognized SAML assertion. (.Net SqlClient Data Provider)
The following are true:
- I am the Active Directory admin in the Azure SQL Server.
- The Azure SQL Server Firewall accepts all IP addresses
- I am specifying a database under the connection properties tab
- I have .NET 4.6 and I'm using SSMS v17.1
- Authentication works if I use "Active Directory Universal Authentication".
Any ideas? Thanks.