how to connect to admin tools using Active Directory password authentication?

Hi,

We are trying to connect to admin tools using "Active Directory Password" authentication and system type used is "SQL Server". Provided below values

1. UserID : <Active Directory Domain>\<Username>

2. Password : Password of AD user

3. Initial Catalog : Database name

4. Authentication : Active Directory Password

5. Server 

I am getting below error when I try to test the connection

A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The target principal name is incorrect.)
The target principal name is incorrect

How to resolve this issue?