Challenge #9 - Creating Custom Policies

< Previous Challenge - Home - Next Challenge>

Description

Now that you’ve set up the IEF environment, we can implement a new custom policy.

Your CMC Product Group has requested that users should be able to delete their accounts via self-service. They should be able to initiate this process via a web site, and the process will follow these steps:

  1. The user will have to log in, either with a local account or their social identity;
  2. The user, on successfully signing in, will be presented with a “Are You Sure?” confirmation page;
  3. If the user selects “Continue”, their account will be deleted and will be presented with a confirmation page;
  4. If the user select “Cancel”, their account will not be deleted and they will end their user journey.

The CMC Product Group also states that the deleted user account will first be in a suspended state for 30 days and then will be deleted from the B2C directory permanently after that 30 day period.

Success Criteria

To successfully pass this challenge, you should be able to demonstrate:

Tips

Learning Resources

Advanced Challenges (Optional)