IdentityServer4 icon indicating copy to clipboard operation
IdentityServer4 copied to clipboard

IdentityServer4 'error' reported by function: "calculateSessionStateResult"

Open rsotolongo opened this issue 4 years ago • 0 comments

The returned file: "checksession" (https://github.com/IdentityServer/IdentityServer4/blob/main/src/IdentityServer4/src/Endpoints/Results/CheckSessionResult.cs) listen for message events on window object (line 359).

The problem is that the SPA application has a cross-domain iframe sending messages that, at the time to be handled, are reported as error by function: "calculateSessionStateResult" on line 323 because the message does not have any space (JSON: '{"requestType":"DEBUGGER_LOADED"}' in the debugging screenshot).

Is this an IdentityServer4's bug? I'm missing something?

2021-09-21 14_51_42-Settings

rsotolongo avatar Sep 21 '21 19:09 rsotolongo