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
Logout implementation is based on just removing the session from authentication provider storage. It removes the session from vscode, but not from browser. Implementation should use redirect generated by client.endSessionUrl() call to do actual logout which should end session and remove all associated cookies form browser.
The text was updated successfully, but these errors were encountered:
Logout implementation is based on just removing the session from authentication provider storage. It removes the session from vscode, but not from browser. Implementation should use redirect generated by client.endSessionUrl() call to do actual logout which should end session and remove all associated cookies form browser.
The text was updated successfully, but these errors were encountered: