samples
samples copied to clipboard
Github action that configures and deploys
This https://github.com/azure-ad-b2c/samples/pull/440 but for Github Actions.
Uses a composite action which in turns uses ieftool
Provides a simple and straight forward way to parameterize your B2C policies useful for when you are maintaining multiple tenants representing different environments.
Also provides a deployment step that does the heavy lifting for you and does not require you to be specific about your upload order. The tool creates a priority tree based on your policy inheritance and batches uploads based on where they are on the tree by uploading policies concurrently if they are on the same priority level.
<BasePolicy>
<PolicyId>_PARENT_POLICY_ID_</PolicyId>
</BasePolicy>
see README
for more details
See it in action here: