dwarfered / azure-ad-b2c-custom-policy-generator

Azure AD B2C Custom Policy Generator is a powerful, user-friendly tool designed to simplify the creation and management of custom policies in Azure Active Directory B2C (Azure AD B2C).

Home Page:https://www.linkedin.com/in/chris-dymond/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure AD B2C Custom Policy Generator

Crafting Azure AD B2C Custom Policies by hand can be a laborious and error-prone endeavor. This project aims to enhance efficiency by offering a straightforward series of scripts to automate the generation of policy files.

  1. Adding Signing and Encryption Keys for Identity Experience Framework
  2. Configure the config.json file according to your values from the steps in the link above.
  3. Run the PowerShell script for your chosen output 'localaccounts-signin-passwordless-only.ps1', 'local-accounts-signin-only.ps1'...
  4. From Output folder upload TrustFrameworkBase.xml, TrustFrameworkLocalization.xml, TrustFrameworkExtensions.xml ...

Local Accounts

localaccounts.ps1

Create Custom Policy XML for Local Account support only.

Local Accounts with self-service signup disabled

localaccounts-signin-only.ps1

Create Custom Policy XML for Local Account with Self-Service Signup disabled.

Local Accounts with self-service signup disabled and passwordless

localaccounts-signin-and-passwordless-only.ps1

Create Custom Policy XML for Local Account with Self-Service Signup disabled and Passwordless authentication only.

Local Accounts and federated Azure AD

Pending.

About

Azure AD B2C Custom Policy Generator is a powerful, user-friendly tool designed to simplify the creation and management of custom policies in Azure Active Directory B2C (Azure AD B2C).

https://www.linkedin.com/in/chris-dymond/

License:MIT License


Languages

Language:PowerShell 100.0%