Scenario:. In an e-commerce system, a support service user must be able to "impersonate" or "register" as a "specific client (from the administration website) so that he can support the client first hand - for example, when the Client is on the phone.
Additional clarification: There is no need to track the original authentication context. We just need to provide the "Login As" button, which will log into the system as a client if the support service user does not need to know the password.
Any ideas on how this scenario can be implemented using regular ASP.NET Forms authentication?
JacobE
source share