首页 > 其他 > 详细

配置ADFS Outlook Client.

时间:2014-02-25 01:14:49      阅读:485      评论:0      收藏:0      [点我收藏+]
 error:The authentication endpoint Username was not found on the configured Secure Token Service!
1.      Install fix in http://support.microsoft.com/kb/2827748 on ADFS server. 

2.      Restart ADFS server. In the background, the fix would have allowed ADFS to publish \mex endpoint in the ADFS federation metadata. 

3.      Log on to CRM server. 

4.      Rerun the “configure claims” and “configure IFD” wizards of CRM. Rerunning this will cause CRM to consume the healed ADFS federation metadata and populate the correct \mex value in the DB table. 

  

5.      To be sure,please run the below SQL query against the MSCRM_CONFIG.
  

select activemexendpoint from federationprovider 

  Ensure that it shows a URL similar to:

https://<ADFS STSHOST>/adfsbubuko.com,布布扣rvices/trust/mex


6.      Reset IIS on CRM server to destroy rebuild and cached content in IIS that was based on the old DB values. 

  

7.      Configure outlook client.  

配置ADFS Outlook Client.

原文:http://www.cnblogs.com/janmson/p/3563843.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!