My WCF service uses Windows authentication with Kerberos, we disabled NTLM. The service runs under the same domain user account and client in the domain user account . And both are configured using UPN . Client and service are in the same domain . And in the domain there are two domain controllers .
Communication between the client and the service runs smoothly without any problems when both domain controllers are on the network. If one of the domain controllers does not work, I received the following error.
Failed to call SSPI call, see internal exception. ---> System.Security.Authentication.AuthenticationException: SSPI call failed, see internal exception. ---> System.ComponentModel.Win32Exception: the system detected a possible attempt to compromise security. Make sure you can contact the server that authenticated you
Please give advice on what I should do to resolve this error. Thank.
source
share