Solved this problem by following these instructions:
https://stackoverflow.com/questions/58875278/pass-parameter-to-identity-provider-on-azure-ad-b2c
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I am using Azure AD B2C as an authentication portal.
I am trying to guarantee that the Google+ always goes to select account page. But I am having an hard time reaching this behavior.
From documentation, https://learn.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-implicit-grant-flow, I can send a prompt=select_account but it is not working.
From google documentation, https://developers.google.com/identity/protocols/OpenIDConnect, it's possible to receive this parameter.
Solved this problem by following these instructions:
https://stackoverflow.com/questions/58875278/pass-parameter-to-identity-provider-on-azure-ad-b2c