Azure B2C multiple IDP

Mike 246 Reputation points
2023-09-07T18:55:26.5533333+00:00

I have manage to configure the test jwt app. I notice however that with each idp I add in the sign in flow, the landing page has additional button to click depending on where the user is authenticating.

i am not a developer, but more on bringing b2c as our new platform.

  1. is there a way that instead of the text label login to social account, change it to login to your work account.
  2. is it possible that each IDP should just have one textbox for username and password?

i feel the above are possible, but having no discipline in web app development I am not certain.

Looking forward to learn from the experts.

thank u

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,634 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Shweta Mathur 29,681 Reputation points Microsoft Employee
    2023-09-11T06:29:54.87+00:00

    Hi @Mike ,

    Thanks for reaching out.

    Is there a way that instead of the text label login to social account, change it to login to your work account?

    Yes, you can use localization of sign in page to change the text "Sign in with your social account" to "Sign in with your work account"

    a. Downloads defaults Sign in page as mentioned below:

    User's image

    User's image

    b. Change the text here to "Sign in with your work account" and change the value of "Override" to true and upload the file.

    1. Is it possible that each IDP should just have one textbox for username and password?

    Secondly, regarding having only one textbox for username and password for each IDP, it depends on the IDP you are using. Some IDPs, such as Microsoft accounts and Google accounts, require only one textbox for username and password. However, other IDPs, such as Facebook and LinkedIn, require two textboxes for username and password. In general, it is up to the IDP to decide how many textboxes are required for authentication.

    Hope this will help.

    Thanks,

    Shweta


    Please remember to "Accept Answer" if answer helped you.

    1 person found this answer helpful.