Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Identity Experience Framework : Is there any reference documentation?

Tags:

azure-ad-b2c

I am trying to create custom policies for some of requirements. I am not able to find good documentation on Identity Experience Framework. Is there a reference guide that explains about technical profiles, user journeys, claim providers, relationship between them etc?

I looked at online documentation here: https://docs.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-overview-custom, but it is not helpful much.

like image 917
Kris Avatar asked Aug 28 '18 18:08

Kris


1 Answers

You can also refer to documentation that can be found in this GitHub repository. This was drafted for the custom policies preview (known as the "Azure AD B2C Premium" service when this was written). Some of it is out-of-date but it does describe the high-level concepts and details the custom policy schema.

15 Sep 18: UPDATE

The official documentation for the Identity Experience Framework schema can now be found at https://docs.microsoft.com/en-us/azure/active-directory-b2c/trustframeworkpolicy.

like image 85
Chris Padgett Avatar answered Jan 01 '23 02:01

Chris Padgett