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
I have encountered at least one custom OIDC server which returns "error" if a user is not logged in.
Unfortunately, the only ways to do something with this information is to use hacks or bypass "CheckSessionIFrame" completely. I would like to add an onError callback or similar to be able to handle this situation. It may also be useful in other scenarios as well.
The text was updated successfully, but these errors were encountered:
I have encountered at least one custom OIDC server which returns "error" if a user is not logged in.
Unfortunately, the only ways to do something with this information is to use hacks or bypass "CheckSessionIFrame" completely. I would like to add an
onError
callback or similar to be able to handle this situation. It may also be useful in other scenarios as well.The text was updated successfully, but these errors were encountered: