How do you sign-out of Windows Azure AD?
I've tried
var fam = FederatedAuthentication.WSFederationAuthenticationModule; fam.SignOut(true);
No luck. If I redirect back to the home page, the user stays logged in (no prompt to authenticate).
How do you sign-out of Windows Azure AD?
I've tried
var fam = FederatedAuthentication.WSFederationAuthenticationModule; fam.SignOut(true);
No luck. If I redirect back to the home page, the user stays logged in (no prompt to authenticate).