What is happening is that after a user signs in > logs out > signs in again, they are prompted here with Last time you logged in with
and then an option to choose their account. When I select this it supposedly logs the user in and then just sits there. There is no redirect and if I refresh the page the user is not actually even logged in.
I found a post that “solved” this, but the answer was very vague and all I got from it was try using lock.hide()
, which I did and it did not work. I want to keep sso
in my embed lock component, but if I can’t fix this then there is no point to having it.