azure-ad-b2c / vscode-extension

Azure AD B2C VS code extension
MIT License
64 stars 37 forks source link

Add recursive base check for policy renumbering (Fixes #68) #69

Closed trittimo closed 2 years ago

trittimo commented 2 years ago

This change adds some minor changes to the orchestration renumbering used for the build system to enable a recursive check of all the bases of each policy.

There are also some safety checks to ensure that it cannot hit an infinite loop, and that the depth check has a reasonable limit (which I can't imagine anybody ever really exceeding).

This fixes issue #68.