Skip to content
This repository has been archived by the owner on Jul 8, 2019. It is now read-only.

Full logout using Windows authentication #14

Closed
solidstore opened this issue Jun 10, 2016 · 3 comments
Closed

Full logout using Windows authentication #14

solidstore opened this issue Jun 10, 2016 · 3 comments
Labels

Comments

@solidstore
Copy link

In our project, using the Windows Authentication module and IdentityServer3 when users logout, they still need to close the browser, else when clicking on the Windows button again, it does not re-prompt for a different user.

This is in a lab environment, were we are using a shared desktop/browser, not likely in production I know, but i'd still like to know if it is technically possible to fully logout from windows authentication by closing the connection somehow?

Thanks.

@brockallen
Copy link
Member

Integrated windows authentication means "use the user that you logged into the windows operating system with", right?

@solidstore
Copy link
Author

I guess. But most browsers prompt for user details and our QA team are entering different users. Is there nothing other than closing the browser that can end the session?

On 11 Jun 2016, at 16:18, Brock Allen notifications@github.com wrote:

Integrated windows authentication means "use the user that you logged into the windows operating system with", right?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@brockallen
Copy link
Member

Once you've given the browser the responsibility of authenticating then it's hard to tell it to stop. For integrated windows auth, then the only real way to logout is to signout of the OS.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants