Skip to content

Latest commit

 

History

History
76 lines (50 loc) · 3.64 KB

CHANGELOG.md

File metadata and controls

76 lines (50 loc) · 3.64 KB

Change Log

January 2022

  • Policy upload with preview. When you upload a single policy you can run the policy with a URL you reconfigure in the aadb2c.previewUrl setting.
  • Auto-replace the 'yourtenant' with your tenant name. When you upload a single policy you can configure the Azure AD B2C extension to replace the 'yourtenant' tenant name that comes with the B2C samples with your tenant name. To change the settings, configure the aadb2c.graph.replaceSamplesYourTenantWit setting key.

August 2021

March 2021

  • User journey and sub journey renumbering (#41).
  • XML elements order on mouseover (#49).

February 2021

  • Added the ability for xml files to be in nested folders.
  • New settings: {Settings:Filename}, {Settings:PolicyFilename}, {Settings:Environment}.
  • Application insights:
    • Event date format fix.
    • Event shows the error message, technical profiles, validation technical profiles, and claims.
    • Fix related to JSON format issue (#39).
    • Date range support (in days).
  • Policy explorer:
    • Shows only nodes with elements.
    • Sub journey has been added to the policy explorer.

June 2020

  • Added option to configure hours for Azure Application Insights trace logs integration.

May 2020

February 2020

  • Policy upload fix
  • Update to the latest version of the custom policy XSD file

July 2019

May 2019

January 2019

  • Adding Smart copy and pasted feature
  • Fixing the 'add claim type' to include the claim type element's parents
  • New string claim type
  • In the policy explorer, adding a link to the root elements such as ClaimsSchema, ClaimsProviders and UserJourneys
  • Go to definition now supports navigating to a base policy and link to ClaimsExchange
  • Adding autocomplete

October 2018

  • Adding Azure Application Insights trace log integration. Learn more here
  • Go definition - VS code extension searches the definitions in all files in the working directory
  • Go definition hierarchical search - VS code extension searches the definitions only in the parents policies
  • Mouse over with link to all references
  • Policy app settings. For more information, see the readme file.

May 2018

  • Go to definition - If the element is not found in the selected file. Or if the selected element points to another file (the XML element is overwritten). The extension search the definition is all open files.
  • Go to definition - Always take precedence of editor open files, over the saved version from file system (workspace folder)
  • Add claim type - New Paragraph, String collection, Integer, Long, and Boolean claim types
  • XML schema quick help