vscode-extension
vscode-extension copied to clipboard
Azure AD B2C VS code extension
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.7.5 to 0.7.6. Release notes Sourced from @xmldom/xmldom's releases. 0.7.6 Commits Fixed Avoid iterating over prototype properties [#441](https://github.com/xmldom/xmldom/issues/441) / [#437](https://github.com/xmldom/xmldom/issues/437) / [#436](https://github.com/xmldom/xmldom/issues/436) Thank you, @jftanner, @Supraja9726 for...
I see that there are new Filename and PolicyFileName parameters, but there is very little explanation on how to use them. I looked at the source and I was wondering...
is it possible to setup multiple environments to be uploaded? For example I want to upload to Dev Env A and Dev Env B at the same time? 
I can use build all policies just fine, but when I try to `Upload All Policies` the command fails with `No B2C policies found in `. I can upload individual...
fixes #85
The Runtime Status on the extension has two entries for this error. I'm not sure how to provide additional info as of right now so let me know if there's...
We like your B2C extension. However, we realized it is not compatible with azure AD B2C China: tenant.**partner.onmschina.cn** MSGraphTokenHelper.ts https://github.com/azure-ad-b2c/vscode-extension/blob/9e5606dbac423017b24b4183c7c5cf89a8e3ff8b/src/services/MSGraphTokenHelper.ts#L13 PolicyUpload.ts https://github.com/azure-ad-b2c/vscode-extension/blob/9e5606dbac423017b24b4183c7c5cf89a8e3ff8b/src/PolicyUpload.ts#L246
 VSCode: 1.65.2 Azure AD B2C extension: v1.3.5 OS: Windows_NT x64 10
We have been using the App Insights integration to monitor user activity over B2C tenant, and we noticed policies being duplicated in the view, once stated with Capital letters once...
When running the Build-CustomPolicies.ps1 script on MacOS, the file paths are getting merged incorrectly and I get errors like this: `Could not find a part of the path '/Users/xxxxx/Example/CustomPolicies/Environments/Development/Users/xxxxx/Example/CustomPolicies/TrustFrameworkExtensions.xml'` This...