I'm using Live Id and Google as IPs, but I don't know how to make the Log off button work.

link|improve this question
feedback

2 Answers

From http://acs.codeplex.com/SourceControl/changeset/view/60691#1067602:

WSFederationAuthenticationModule fam = FederatedAuthentication.WSFederationAuthenticationModule;

try
{
    FormsAuthentication.SignOut();
}
finally
{
    fam.SignOut(true); 
}
link|improve this answer
feedback

This will logoff from your application but live ID or google authentication will not log off next time it will not ask for login id password until you go to google site and logout from there.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.