Manually creating Azure AD B2C Custom Policies often involves a tedious and mistake-filled process. This project revolutionises that approach by introducing a set of streamlined scripts designed to automate the generation of policy files, significantly boosting efficiency and accuracy.
- Adding Signing and Encryption Keys for Identity Experience Framework
- Configure the config.json file according to your values from the steps in the link above.
- Run the PowerShell script for your chosen output 'localaccounts-signin-passwordless-only.ps1', 'local-accounts-signin-only.ps1'...
- From Output folder upload TrustFrameworkBase.xml, TrustFrameworkLocalization.xml, TrustFrameworkExtensions.xml ...
localaccounts.ps1
Create Custom Policy XML for Local Account support only.
localaccounts-signin-only.ps1
Create Custom Policy XML for Local Account with Self-Service Signup disabled.
localaccounts-signin-and-passwordless-only.ps1
Create Custom Policy XML for Local Account with Self-Service Signup disabled and Passwordless authentication only.
Pending.