maxmantz/redux-oidc

Redux state changed to Loading_user , User_Expired, User_found

rajath002 opened this issue · 1 comments

while the user logs in this states are shown

Loading_user , User_Expired, User_found

image

due to this my initialization login check will get failed...
and it again re-routes the user to login callback.

How to fix this issue!

this issue occurs only at first time logging in, later it will work fine

Hi,

this can have multiple reasons. Without looking at your code I cannot identify the issue. My educated guess is that the access token is expired when the user is first loaded, then the token gets renewed and the correct user is found.