I have a Web Access Login Module written and working for Web Access, but I was wondering if it would be possible to redirect away from Web Access using the Login Module in either the Before or After Login methods. I've tried using HttpContext.Current.Response.Transfer() and setting redirect headers, however neither of these options worked.
Is there a supported way to redirect away from Web Access using a Login Module?
Thank you,
Michael Mathys