AspNetCoreSubdomain
AspNetCoreSubdomain copied to clipboard
Using Identity with subdomains issue
After adding AddDefaultIdentity<>
identity routing is also generated for subdomain paths. I consider this unexpected. Maybe it's worth to add subdomain extension for identities.
For example being on test.localhost:xxxx
will match and generate links for test.localhost:xxxx/Identity/Account/Login