采用IFD部署的CRM与outlook集成时,可能会产生如下连接错误:
"Cannot connect to Microsoft Dynamics CRM server because we cannot authenticate your credentials. Check your connection or contact your administrator for more help."这时候可以看下log,会发现有类似这样的错误描述:
There was no endpoint listening at http://adfs.domain.com/adfs/services/trust/13/username that could accept the message.
这是因为/adfs/services/trust/13/username endpoint 被启用了,必须禁用这个endpoint
所以解决方法是:禁用该endpoint,重启adfs服务,成功连接