【发布时间】:2015-06-24 16:57:20
【问题描述】:
我已经在 windows server 8 上安装了 ADFS 2.0,当我要获取位于 adfs/ls 目录下的页面 (FormsSignIn.aspx) 时,出现以下错误
There was a problem accessing the site. Try to browse to the site again.
我已在事件查看器中检查了日志并收到以下消息
Microsoft.IdentityServer.Protocols.Saml.HttpSamlMessageException: MSIS7015: This request does not contain the expected protocol message or incorrect protocol parameters were found according to the HTTP SAML protocol bindings.
at Microsoft.IdentityServer.Web.HttpSamlMessageFactory.CreateMessage(HttpContext httpContext)
at Microsoft.IdentityServer.Web.FederationPassiveContext.EnsureCurrent(HttpContext context)
我已经检查了所有可能的方法,但无法解决这个问题。
请帮忙。
【问题讨论】:
标签: windows windows-server-2008-r2 saml adfs2.0