How to achieve "select account" with user flow?

Svitlychnyi Sviatoslav 0 Reputation points
2024-02-04T20:02:21.2266667+00:00

Is that possible to configure user flow in a way that user can see logged in accounts with user flow (azure b2c) and select from them?
Combination msal.js and azure b2c. Do not see such options in docs, but msal.js supports promt "select_account".

Thanks!

Microsoft Security | Microsoft Entra | Microsoft Entra ID
{count} votes

1 answer

Sort by: Most helpful
  1. Shweta Mathur 30,296 Reputation points Microsoft Employee Moderator
    2024-02-06T06:45:04.65+00:00

    Hi @Svitlychnyi Sviatoslav

    Thanks for reaching out.

    In Azure AD B2C, currently the only valid value is prompt=login which forces the user to enter their credentials on that request.

    Reference -https://learn.microsoft.com/en-us/azure/active-directory-b2c/authorization-code-flow#1-get-an-authorization-code

    Hope this will help.

    Thanks,

    Shweta


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

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.