Hi, we have a website where we use Cognito with LWA as an external IDP. We are using AWS Amplify SDK to make the calls to do sign ins (by calling Auth.federatedSignIn).
For security reasons, we also set oauth storage to session storage instead of local storage so that we don't persist the session between tabs.
The problem we have though on Android Chrome is that the LWA sign in is being open in a new tab, and therefore the website can't mark the user as being signed in. We do not have this issue on other devices (computer, ios).
How can we fix the issue and always have the LWA page open within the same tab ?