Redirect other then Home/Index using OpenIdConnectAuthentication and Identity server after login
问题 I'm trying to Redirect user to Dashboard but it always redirect it to Home/Index that is because I've set RedirectUri to http://localhost:35641/ in Identity Server Options. But that is true in case of application landing page after login it needs to redirect o dashboard. I can write custom logic in Index's Action Result but I want to avoid it. MVC web Startup method public void Configuration(IAppBuilder app) { // Implicit mvc owin JwtSecurityTokenHandler.InboundClaimTypeMap = new Dictionary