IdentityServer2 icon indicating copy to clipboard operation
IdentityServer2 copied to clipboard

Redirection to Relying Party Issue - Chrome

Open robthejedi opened this issue 10 years ago • 1 comments

I have an odd case where a subset of users at one customer (IdP) are being shown the error view when using Chrome and being redirected to the hrd/issue endpoint. I have turned on tracing for identity server and I see requests being processed all the way through to the "Issuing a token for an external user" message output by the TokenService.GetOutputClaimsIdentity method but cannot get any more detail on what is happening. The exact same users are able to use IE without error, and a few users are able to use chrome without issue.

Is there anything else I can turn on to try and troubleshoot this issue? Has anyone else experienced this problem?

robthejedi avatar Apr 24 '15 20:04 robthejedi

No idea. You'll have to do a lot of HTTP debugging I think to try to follow the trail of working vs. not working.

brockallen avatar Apr 24 '15 21:04 brockallen