AspNetCoreSubdomain icon indicating copy to clipboard operation
AspNetCoreSubdomain copied to clipboard

Using Identity with subdomains issue

Open mariuszkerl opened this issue 3 years ago • 0 comments

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

mariuszkerl avatar Feb 23 '22 07:02 mariuszkerl