manfredsteyer / angular-oauth2-oidc

Support for OAuth 2 and OpenId Connect (OIDC) in Angular.
MIT License
1.89k stars 688 forks source link

checkSession: Uncaught TypeError: e.data.split is not a function #1405

Open bkrajendra opened 5 months ago

bkrajendra commented 5 months ago

Describe the bug Using library with Angular v13.0.3 All flows are working fine but getting following error continuously on the console.

Uncaught TypeError: e.data.split is not a function
    at receiveMessage (checkSession:24:31)

Also getting 404 for http://opip:8080/openam/XUI/js/sha256.js script. I am using oauth2 with PKCE with Forgerock OP server

To Reproduce Steps to reproduce the behavior: After login, we can see this error in console.

Desktop (please complete the following information):