redux-oidc icon indicating copy to clipboard operation
redux-oidc copied to clipboard

errorCallback called right after successCallback in Google Chrome and Edge

Open nikola1970 opened this issue 4 years ago • 5 comments

Having this weird issue with Google Chrome (newest, tried Incognito as well) and Edge - after a successful login and successCallback it immediately calls errorCallback with message "ErrorResponse: login_required". No idea why but everthing works fine in FireFox (non chromium browser).

Anyone faced same issue? Any help? Thanks! :)

nikola1970 avatar Dec 09 '20 09:12 nikola1970

We are facing the same issue.

SaimirKapaj avatar Dec 11 '20 09:12 SaimirKapaj

Hi, same issue here.

VahidMhrb avatar Apr 28 '21 06:04 VahidMhrb

Hi, @SaimirKapaj and @nikola1970 did you found a solution ?

VahidMhrb avatar Apr 28 '21 11:04 VahidMhrb

Same issue with me. But try to set the monitorSession to false.

rmlevangelio avatar May 26 '21 23:05 rmlevangelio

@VahidMhrb yes I found a solution. I'm using another library instead. Check https://github.com/bjerkio/oidc-react

SaimirKapaj avatar May 27 '21 07:05 SaimirKapaj