V
vw5221851
Guest
Hi , In Sitefinity, I have button logout I want to redirect custom page after signout. but the redirection is not working for custom URL.The below image are refer current redirection for my site. I want the redirection like localhost:8085/homepage below code i used for logout var owinContext = SystemManager.CurrentHttpContext.Request.GetOwinContext(); var authenticationTypes = ClaimsManager.CurrentAuthenticationModule.GetSignOutAuthenticationTypes().ToArray(); owinContext.Authentication.SignOut(new AuthenticationProperties { RedirectUri = "/homepage"}, authenticationTypes); Progress KB - Programmatic User SignOut
Continue reading...
Continue reading...