azure-ad-b2c / vscode-extension

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

Added command to populate appSettings with IEF-related app ids and ob… #9

Closed mrochon closed 4 years ago

mrochon commented 5 years ago

…jectId (B2C extensions). Iterates through Environments in appSettings and for each obtains appIds of IEF client and resource as well as B2CExtensions app app id and objectId (for inclusion in AAD-Command metadata in case policy uses extension attributes). Ids are then stored back in the appSettings (file is completely overwritten, which may be a problem if it ever gets other items at the same level as Environments).

nevseev commented 5 years ago

There are too many nested callbacks. I would extract them to make things more readable for starters