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
Describe the issue:
As of now, the session is cleared as soon as the signOut method is called. However, if the user decides not to proceed with the logout on the consent page, the user will be returned back to the app without the session information.
The session should be cleared only if the logout is successful.
The text was updated successfully, but these errors were encountered:
Describe the issue:
As of now, the session is cleared as soon as the
signOut
method is called. However, if the user decides not to proceed with the logout on the consent page, the user will be returned back to the app without the session information.The session should be cleared only if the logout is successful.
The text was updated successfully, but these errors were encountered: