Force the select account screen from my static web app
Hi - my client is having a problem logging into their static web app because the Microsoft sign in screen is presuming they want to login with an account already on file and proceeds to do an automatic sign in (this fails because it's not the correct account). In order to select the correct account the customer must go to portal.azure.com so that they can use the switch accounts button before they can try to login to their website again. Once they do switch accounts the browser detects (I guess?) multiple accounts and Microsoft prompts the user to select from the accounts on file.
The user should obviously not have to navigate to the azure portal page in order to switch accounts. Azure static web apps should provide some sort of feature to enable the developer to force the account selection page.
What is the ETA for a feature like this being completed for static web apps?