0
votes

My team is very new to Azure B2C and we are trying to work through figuring out how we can further customize custom policies. In this instance we have create a custom password change policy using this walkthrough: https://docs.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-reference-password-change-custom. As an experiment I want to alter the user journey to only execute a step, in this case the step to actually change the password, if a certain claim exists. I arbitrarily chose the "state" property as the claim I want to check. I understand how to add a "PreCondition" to the user journey steps to check if a claim exists, what I can't figure out is how to make the "state" claim exist at that point. I hope I am explaining in a way that makes sense, any help is appreciated.

1

1 Answers

0
votes

This is very deepl technical content and SO is not the place to ask how to solve it, before you even tried it.

Since you already got yourself familiar with the general complexity of custom policies, you may want to check this source here. It contains a lot of complex scenarios - all implemented in the public demo site https://aka.ms/aadb2cdemo