We have an existing ASP.NET MVC (.NET 4.8) application. We are embedding an ABP Microservice Angular application inside this existing app using an iframe.
The user is already authenticated in the existing application.
Authentication Flow
this.abpOAuthService.loginUsingGrant('password', { username, password, scope: 'openid profile offline_access AeroMiles' });
Authentication succeeds:
Problem
After successful login using loginUsingGrant:
This works correctly when using standard redirect login, but not with loginUsingGrant.
Expected Behavior
After successful programmatic login: