Just wondered if @askvortsov had a comment here about this Browser behavior and has any pointers to help me fix it?
When the popup from the external identity provider closes, only in Chrome does the main page pick up the state and log the user in. In other browsers whatever is supposed to happen between the popup and main page doesn't and the login page remains. Is there some form of cross-page communication here?
The user is actually logged in, closing the login modal and refreshing the page shows the user logged in.
I'm trying to work out in the code where this happens but am lost, I have a working development setup, just need some direction.