1

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.

Memo
  • 213
  • 3
  • 13

1 Answers1

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