I'm using Live Id and Google as IPs, but I don't know how to make the Log off button work.
Asked
Active
Viewed 1,325 times
1 Answers
2
From http://acs.codeplex.com/SourceControl/changeset/view/60691#1067602:
WSFederationAuthenticationModule fam = FederatedAuthentication.WSFederationAuthenticationModule;
try
{
FormsAuthentication.SignOut();
}
finally
{
fam.SignOut(true);
}

Thomas Li
- 3,358
- 18
- 14