Introducing the Identity Experience Framework
The Identity Experience Framework is an identity engine and orchestration platform that is used internally for Azure services such as Azure AD B2C. Using this framework, developers can create their own user journeys and integrate multiple identity providers and other data sources. These user journeys are created in the form of custom policies.
Features that are included in the Identity Experience Framework are as follows:
- Creating and uploading custom policies, which include custom user journeys. You can define
if-then
branching inside these custom policies, and map and transform claims to be used for your authorization strategy inside your custom applications (making decisions based on these claims). - Interact with REST API services, such as CRM systems, external databases, email providers, and external authorization systems.
- Using custom policies, you can federate with SAML 2.0 providers, such as ADFS and Salesforce...