I have an Azure Static Web App that hosts a vue app, it uses Azure B2C to authenticate.
I'd like to use the functionality of Static Web Apps where on each pull request in Azure Devops, it deploys to a unique staging environment, but since B2C creates a new URL for each branch, the URL isn't in B2C's redirect list and login fails. B2C does not allow me to use a wildcard URI.
How do I get Azure B2C to work with a static app staging branches when the URL for each one is different?