简体   繁体   中英

How can I sign out from NTLM login for php with Apache + mod_authnz_sspi

I am using Apache + mod_authnz_sspi under Windows 10. I want to sign out a user (end the NTLM session) when it reach a time limit. Then the user need to sign in again.

You can't do that, you need to log out from your windows session (as authentication is delegated to Windows).

If you want a user to be able to log out from your app you should use another SSO mechanism (for example SAML).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM