OpenID 공급자의 사이트에서 ie 11과 관련된 문제가 발견되었습니다. 로그인 후 공급자가 리디렉션 페이지를 다시로드해야하는 경우 다시로드되고 다시 페이지, 로그인 및 암호. 이 시도를 여러 번 시도한 후 error.DotNetOpenAuth 공급자가 https의 ie11에서 작동하지 않습니다
오류가 발생되는 라인 : HTTPS를 사용하는 경우
흥미로운 무엇if (ProviderEndpoint.PendingAuthenticationRequest.IsDirectedIdentity) {
ProviderEndpoint.PendingAuthenticationRequest.LocalIdentifier = Code.Util.BuildIdentityUrl();
}
이 문제가 발생합니다. http가 모두 정상이면.