samples icon indicating copy to clipboard operation
samples copied to clipboard

Github action that configures and deploys

Open judedaryl opened this issue 2 years ago • 0 comments

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:

Screen Shot 2022-07-20 at 2 49 23 AM Screen Shot 2022-07-20 at 2 49 29 AM Screen Shot 2022-07-20 at 2 49 42 AM

judedaryl avatar Jul 19 '22 18:07 judedaryl