C# Class SitecoreOwinFederator.Controllers.AuthController

Authentication controller, contains login and logout functionality. THe authorize attribute on the Index Action forces OWIN to trigger an ASP.Net authenticaiton challenge
Inheritance: Controller
Mostrar archivo Open project: BasLijten/SitecoreFederatedLogin

Public Methods

Method Description
Logout ( ) : System.Web.Mvc.ActionResult

Logs out user

Private Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult

Method Details

Logout() public method

Logs out user
public Logout ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult