I want to 'dispose' of a users credentials when they choose to 'logout' of
SharePoint (SPS2003). In reading a little about this type authentication, it
is a wrapper for Kerberos or NTLM, based upon the environment. The result of
the challenge/response is stored somewhere. My question is, where?
The scenario I have is multiple users accessing the Portal from the same
desktop machine. We want each user to use their own identity instead of
using a blanket login account (or the previous users identity). They could
close the browser and reopen, forcing them to login again, but it would seem
more natural to give them the logout button, redirect them to a non-auth
page, then provide a link to log back in ... sort of like most Web apps
(online banking for instance).
Anyone have any ideas on this? Anyone implemented something like this
before?