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>/adfsrvices/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.

最新文章

  1. Stack Overflow: The Architecture - 2016 Edition(Translation)
  2. [.NET] 自己实现任务池(模仿线程池)
  3. jQuery实用小技巧-获取选中的的下拉框和返回头部滑动动画
  4. Module模式
  5. sql优化建议
  6. 整理的一些常用的CSS HACK
  7. 抽象工厂在ADO.Net中的应用
  8. SQL2008安装提示&quot;Microsoft visual studio 2008早期之前的版本&quot;解决(这是我认为最简单有效的方法)
  9. Android ListView A~Z快速索引(改进版)
  10. HDU 4415 - Assassin’s Creed
  11. CocoaPods对于不同Target引入不同的第三方库Podfile的写法
  12. Git和Github简单教程(收藏)
  13. Java 获取年月日方法
  14. Windows 下使用 工具修改文件的 时间
  15. Asp.net Mvc 与WebForm 混合开发
  16. excel转换为TXT文本
  17. echarts x和y去掉
  18. nuxt博客项目
  19. faster-RCNN框架之rpn 较小目标检测,如果只使用rpn,并减少多个候选框
  20. 17秋 软件工程 团队第五次作业 Alpha Scrum3

热门文章

  1. PHP 学习笔记---基本语法
  2. JQuery实现方法,简单示例
  3. POJ 1274 The Perfect Stall、HDU 2063 过山车(最大流做二分匹配)
  4. CentOS下设置默认JDK
  5. 12306订票助手.net版如何抢指定过路某一地点的火车票
  6. jQuery 判断页面元素是否存在的代码
  7. Windows 7 IE主页被篡改,如何修复?
  8. Thinking in Java——笔记(13)
  9. javaScript中值类型通过typeof直接进行检测
  10. SQLSERVER2012 Audit (审核)功能