You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oidc-client in SPA application loaded from different host than STS.Identity server is not able to check session http://localhost:5000/connect/checksession.
The check is executed within IFrame and STS.Identity has currenly set Xfo to SameOrigin app.UseXfo(options => options.SameOrigin());
oidc-client in SPA application loaded from different host than STS.Identity server is not able to check session
http://localhost:5000/connect/checksession
.The check is executed within IFrame and STS.Identity has currenly set Xfo to SameOrigin
app.UseXfo(options => options.SameOrigin());
This also likely re-introduce some fixed IdentityServer issues e.g. IdentityServer/IdentityServer4#1224
The text was updated successfully, but these errors were encountered: