@luis-b said in Login in to the same application from different domains:
While this does not seem unexpected, is undesirable for us at the moment. Is there a way to support independent login for our two domains without creating a new application?
A new application is probably the most straightforward solution here. What you are running into is that FusionAuth sees the user is already logged in in the second case (when you visit with the redirect_uri of test-web-app...) and so doesn't require you to authenticate again.
We often see people use different tenants or even instances for different environments (dev, test, prod) which resolves this issue.