You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes the callback fails with login_required. When this happens, i don't call anything. (like i call userManager.signinSilentCallback(); when its successfull.)
Then it takes about 5 seconds for the top frame to notice this.
Isn't there another function that i should call in this case? To let the top frame know it immediatly?
I have a try/catch on the signinSilent when it fails it calls signinRedirect.
this is now effectivly taking 5 seconds.
The text was updated successfully, but these errors were encountered:
Sometimes the callback fails with login_required. When this happens, i don't call anything. (like i call
userManager.signinSilentCallback();
when its successfull.)Then it takes about 5 seconds for the top frame to notice this.
Isn't there another function that i should call in this case? To let the top frame know it immediatly?
I have a try/catch on the
signinSilent
when it fails it callssigninRedirect
.this is now effectivly taking 5 seconds.
The text was updated successfully, but these errors were encountered: