Azure AppFabric Access Control Service Log Off

1.3k Views Asked by At

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

1

There are 1 best solutions below

0
On

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

WSFederationAuthenticationModule fam = FederatedAuthentication.WSFederationAuthenticationModule;

try
{
    FormsAuthentication.SignOut();
}
finally
{
    fam.SignOut(true); 
}