aspnetboilerplate – Add tenant name to the url after authentication in asp.net zero – Code Utility
I want to redirect the URL after authentication in multi-tenant application. When user enters credentials on login page(URL: domain_name.com) and after successful authentication, browser URL must changed to {tenancy_name}.domain_name.com I got tenancy name using email address and password. Now, I want to put that tenancy name into browser URL to get it identified for user. … Read more