I'm using Federation to authenticate users but I have a folder that should allow Anonymous users.
I want that the users been called to authenticated when they switch from page that allow anonymous to pages that require Authentication.
I found the WSFederationAuthenticationModule.FederatedSignOut() method that can logout user
Is there the same for login ?