Using Kerberos Authentication With SQL Server

The following conditions apply when using Kerberos authentication with SQL Server:

Cross domain SQL Server usage and authentication does not apply in this use case. For more information, see the appendix for where to go next on that topic.

You can test the authentication method within the SQL server Management Studio by running the following syntax:

SELECT auth_scheme FROM sys.dm_exec_connections WHERE session_id = @@spid;