我们的 Openid 提供商的站点显示 ie 11 存在问题。登录后,当提供商需要重新加载返回重定向页面时,我们再次发现自己在页面上,登录名和密码。经过多次尝试得到这个错误。
发生错误的行:
if (ProviderEndpoint.PendingAuthenticationRequest.IsDirectedIdentity) {
ProviderEndpoint.PendingAuthenticationRequest.LocalIdentifier = Code.Util.BuildIdentityUrl();
}
有趣的是,这个问题只有在使用 https 时才会出现。当http一切正常。