Without identity providers, it is not possible to edit a profile in a B2C edit profile on both the Web App and Android.

Ravi Kiran Palivela 0 Reputation points
2023-09-06T09:22:56.8+00:00

I need detailed information. Regarding the above question, please help me sort out this query.

After a successful login, the user wants to edit their profile without signing in. Can you redirect to the edit profile page? Please share, if possible, both web Application and Android Application steps to follow to complete this query.

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

1 answer

Sort by: Most helpful
  1. Marilee Turscak-MSFT 36,411 Reputation points Microsoft Employee
    2023-09-08T22:03:20.75+00:00

    Hi @Ravi Kiran Palivela ,

    The reason for the login is so that people don't bookmark the profile edit page and then sign out. So you need to make this work via SSO so that the Profile Edit will skip the sign-in step after you have used the sign-in journey.

    If you copy the profile edit page from the Azure portal and remove the prompt=login parameter, you'll be taken straight to the Profile Edit page and bypass the IdP selection, rather than seeing the sign in page. You can test this by completing the sign-in journey, ppening a new tab, copying the profile edit link but removing prompt=login, and signing in.

    A similar question was asked here: https://stackoverflow.com/questions/57302942/azure-b2c-editprofile-custom-policy-without-signing-in-first

    Let me know if this is what you are looking for and if you have further questions.

    If the information helped you, please Accept the answer. This will help us as well as others in the community who may be researching similar information. Otherwise let me know if you have further questions.

    0 comments No comments