public ActionResult Logout() { string auth = authStor.GetAuthMethod(); authInfo.SignOut(); if (auth != "forms") { ViewData["logout"] = ssoUrl + WebConfigurationManager.AppSettings["SSO_LOGOUT"]; } return(View()); }