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
The signin token creation process does not seem to actually require a valid session. So right now if you attempt to launch a session, it won’t fail until you get to the browser.
It may be worth adding a get_caller_identity call before creating the signin token to fail earlier.
The text was updated successfully, but these errors were encountered:
The signin token creation process does not seem to actually require a valid session. So right now if you attempt to launch a session, it won’t fail until you get to the browser.
It may be worth adding a get_caller_identity call before creating the signin token to fail earlier.
The text was updated successfully, but these errors were encountered: