Skip to content
This repository was archived by the owner on Apr 27, 2021. It is now read-only.

Logging Out

Joshua Nielsen edited this page May 21, 2019 · 5 revisions

Logging Out of Fabric.Identity using Windows Authentication

When using Fabric.Identity with Windows Authentication as the Identity Provider, clicking Logout will not completely log you out of the application.

If you keep the same browser window open after clicking Logout, and navigate to the application again, you won't get prompted for credentials. Since you already authenticated to the Windows server that Fabric.Identity is hosted on, if you keep the same browser window open, the browser passes the credentials automatically.

Fabric.Identity can't log you out of Windows, it can only kill the user's current session with Fabric.Identity

Clone this wiki locally