IdentityServer / IdentityServer2

[deprecated] Thinktecture IdentityServer is a light-weight security token service built with .NET 4.5, MVC 4, Web API and WCF.
Other
410 stars 291 forks source link

Redirection to Relying Party Issue - Chrome #846

Open robthejedi opened 9 years ago

robthejedi commented 9 years ago

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?

brockallen commented 9 years ago

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.