I want to send a value (of Client Number) from my backend to the sign-up page of Azure AD B2C. I need to create a claim : Client Number but how to pass this information to Azure AD B2C to have a textbox in readonly with the client number.
Asked
Active
Viewed 638 times
1 Answers
1
This can be implemented using a custom policy.
A working sample of passing an input claim from a relying party application to a custom policy (e.g. an invitation flow as a sign-up policy) is here.
A full explanation of this invitation flow is here.

Chris Padgett
- 14,186
- 1
- 15
- 28
-
is this valid approach in 2022? this seems complex and I'm not sure if they have come up with something different – Juliyanage Silva Dec 12 '22 at 14:22