ADB2C Userflow - Update UserProfile without asking Login

Amit Verma 31 Reputation points
2020-09-16T14:07:57.593+00:00

I working with azure ad b2c, I have created UserFlow for EditProfile. Now when I open the editprofile URL then it asks me to login first. I need to implement this in my application's "Account" page inwhich user will navigate after login, So is it possible that I can update profile without login?

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,654 questions
0 comments No comments
{count} votes

Accepted answer
  1. AmanpreetSingh-MSFT 56,311 Reputation points
    2020-09-17T06:43:43.5+00:00

    Hello @Amit Verma

    Yes, you can call profile editing user flow without requiring to login again after you are successfully logged in via Sigup/Signin user flow. You need to make sure that you are not passing the prompt=login parameter in the authentication request which gets generated while profile editing user flow is called. When prompt=login parameter is passed in the request, it forces the user to perform the login even when user has valid session cookies in the browser session.

    -----------------------------------------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Alan kanyinda 21 Reputation points
    2021-03-12T12:44:43.497+00:00

    Hi @Amit Verma ,

    I have the same request as well. but from below screenhot, how do you Enabed MFA in AD B2C

    77080-image.png

    Regards
    Alak

    0 comments No comments