CRM2013部署完ADFS后通过url在浏览器中訪问測试是否成功,成功进入登陆界面但在登陆界面输入username和password后始终报身份验证失败,系统中的报错信息例如以下:Microsoft.IdentityServer.AuthenticationFailedException: MSIS3014。The encryption certificate of the relying party
trust 'https://internalcrm.xx.com.cn:446/' identified by thumbprint 'BF19134359B872575F6F218181267B831EFE4A94' is not valid. It might indicate that the certificate has been revoked, has expired, or that the certificate chain is not trusted.

解决方法:运行以下这段指令把证书加密验证关掉

set-adfsrelyingpartytrust -targetname "your relying party trust name" -encryptioncertificaterevocationcheck none
set-adfsrelyingpartytrust -targetname "your relying party trust name" -signingcertificaterevocationcheck none

此处的"your replying party trust name"即是在AD FS管理器中新建的Replying Party Trust的displayname

再次訪问登陆就验证过去了。

參考链接:http://ms-crm-2011-beta.blogspot.com/2013/05/an-error-occurred-during-attempt-to.html



最新文章

  1. ESI 动态缓存技术
  2. 2016 Al-Baath University Training Camp Contest-1 E
  3. Mac下用命令行直接批量转换文本编码到UTF8
  4. DrawDibDraw函数的使用方法
  5. zookeeper系列(一)安装
  6. (转)iOS学习之 plist文件的读写
  7. ie兼容---haslayout
  8. flask 之定时任务开发
  9. mac 上安装服务,查看服务,重启和关闭
  10. HDU - 3567 Eight II (bfs预处理 + 康托) [kuangbin带你飞]专题二
  11. HttpWebRequest的Timeout和ReadWriteTimeout
  12. webstorm 很卡 scanning files to index (扫描文件索引)
  13. sublime text 3配置c/c++编译环境
  14. 使用 scm-manager 搭建 git/svn 代码管理仓库(一)
  15. Asyncio中Lock部分的翻译
  16. 【Spring】SpringMVC之异常处理
  17. Python3.x time模块
  18. SpringMVC拦截器实现登录认证(转发)
  19. Mybatis系列(四)映射文件
  20. antd拖拽排序

热门文章

  1. Introduction to Big Data with Apache Spark 课程总结
  2. [置顶] 获取系统时间的方法--linux
  3. JavaScript中模块“写法”
  4. 用cssText属性批量操作样式
  5. MySQL之终端(Terminal)管理数据库、数据表、数据的基本操作(转)
  6. radio与checkbox
  7. 想使用WM_CONCAT 函数进行多列转一行,但发现没有
  8. Java和PHP在Web开发方面的比较
  9. python基础:列表生成式和生成器
  10. html5的video标签支持的视频格式