' link ' não está disponível como um endpoint em um proxy. Por favor, escolha um endpoint que esteja disponível.
Temos um serviço WCF que usa federação ativa para autenticar chamadores via AD FS 2.0 e está funcionando bem internamente. Agora queremos expô-lo ao mundo externo, portanto, nossa equipe de servidores configurou um servidor na DMZ para o serviço e um servidor Proxy do AD FS.
Quando o serviço WCF é chamado, obtemos a seguinte exceção:
System.ServiceModel.Security.SecurityNegotiationException: SOAP security negotiation with 'https://adfs-dev.example.com/adfs/services/trust/2005/kerberosmixed' for target 'https://adfs-dev.example.com/adfs/services/trust/2005/kerberosmixed' failed. See inner exception for more details.'
---> System.IdentityModel.Tokens.SecurityTokenValidationException: The NetworkCredentials provided were unable to create a Kerberos credential, see inner exception for details.
---> System.IdentityModel.Tokens.SecurityTokenException: InitializeSecurityContent failed. Ensure the service principal name is correct.
--> System.ComponentModel.Win32Exception: The specified target is unknown or unreachable.
O que posso estar perdendo?
' link ' não está disponível como um endpoint em um proxy. Por favor, escolha um endpoint que esteja disponível.