Azure Ad B2C User journey block message get excuted to next step when refresh the page

Narendrn Balachandran 106 Reputation points
2022-08-29T04:00:57.897+00:00

Hi, I have got a scenario where we have got SelfAsserted block message and privacy pages. When a user gets a block message with no continue or cancel button and when we go and refresh the web page it gets executed to the next step in the user journey. And the same thing happens for the consent page also. Any suggestion to block this behaviour.

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,935 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Shweta Mathur 29,941 Reputation points Microsoft Employee
    2022-09-13T09:23:43.027+00:00

    Hi @Narendrn Balachandran ,

    Thanks for reaching out and apologies for late response.

    I understand you are trying to stop the user to move to next page by blocking the page without continue and cancel button but refreshing the page executed the next step in the user joruney.

    To avoid this situation, you need to make sure to atleast make one of the output claim as "Required" in your technical profile to execute the next journey. Missing of that required field will not allow user to move further.

    <OutputClaim ClaimTypeReferenceId="UserField" Required="true" />

    Hope this will help.

    Thanks,
    Shweta

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

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


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.