Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 2.37 KB

08-prepare-ief.md

File metadata and controls

30 lines (17 loc) · 2.37 KB

Challenge #8 - Preparation for Identity Experience Framework

< Previous Challenge - Home - Next Challenge>

Description

Custom policies are configuration files that define the behavior of your AAD B2C tenant. Leadership at CMC wants you to enable your tenant to allow custom policies to be used in the future. These may be used to allow different types of user interactions other than the pre-set User Flows defined in the Azure portal. Custom policies are a set of XML files that define technical profiles and user journeys in your AAD B2C tenant. Microsoft provides a starter pack of custom policies you can find down below in the learning resources.

In this challenge, CMC IT Leadership will be asking for a feature that will require B2C's Custom Policies. Being proactive, you want to prepare your environment for Custom Policies by deploying the TrustFramework into your B2C tenant.

You'll want to deploy the SocialAndLocalAccounts flavor of the TrustFramework, and also configure a social IdP (preferably the one that you configured in Challenge 3 ) so that you can work with the accounts that you created earlier.

Success Criteria

Your success criteria can be measured in the following ways:

  • Successfully added IdentityExperienceFramework, ProxyIdentityExperienceFramework, and granted the proper permissions
  • Cloned the GitHub repository of the Microsoft-provided custom policy starter pack
  • Added the Application IDs from your IdentityExperienceFramework and ProxyIdentityExperienceFramework to the appropriate files from the starter pack
  • You are able to SignUp and SignIn using the sample SUSI policy in the TrustFramework, both local accounts and social identity accounts
  • You will not have to integrate the sample SUSI policy into your harness application - you can just test and run this policy via the Azure AD B2C portal

Learning Resources