AuthenticationHelper Methods CelloSaaS API Documentation
The AuthenticationHelper type exposes the following members.
Methods

  NameDescription
Public methodStatic memberFederatedLogin
Use in SSO/ADFS Federated sign in scenario. Call on Account/FederatedResult action
Public methodStatic memberFederatedLogOut
Logout off the Federated authentication.
Public methodStatic memberLogin
Validates the user and set the forms authentication cookie
Public methodStatic memberLogOut
Logout off the forms authentication Clears the Auth http cookie and raises user logout event
Back to Top
See Also