I am using kerberos/spnego(KerberosServiceAuthenticationProvider
) authentication with spring security to authenticate users from Active directory services performing Single Sign On.
I am able to authenticate the user and access the application. I want to implement the logout functionality, without closing the browser.
Is there any way to expire Kerberos ticket?