Azure-Samples / active-directory-b2c-custom-policy-starterpack

Azure AD B2C now allows uploading of a Custom Policy which allows full control and customization of the Identity Experience Framework
http://aka.ms/aadb2ccustom
MIT License
336 stars 394 forks source link

Add JourneyInsights to XSD #23

Closed spottedmahn closed 5 months ago

spottedmahn commented 6 years ago

I've integrated the XSD file into VS Code and it complaining about JourneyInsights.

I'm happy to submit PR to fix... just want to check first that it is weclomed... thanks 🙏

<UserJourneyBehaviors>
    <JourneyInsights TelemetryEngine="ApplicationInsights" InstrumentationKey="[some-guid]" DeveloperMode="true" ClientEnabled="false" ServerEnabled="true" TelemetryVersion="1.0.0" />
</UserJourneyBehaviors>

image

spottedmahn commented 6 years ago

@parakhj

mmacy commented 4 years ago

@spottedmahn You're welcome to submit a PR, all fixes are very appreciated!

Cc: @valnav @Sammak @JasSuri @chadhasbrook

sbtpanja commented 1 year ago

Use in this order

RelyingParty elements:

  1. DefaultUserJourney
  2. Endpoints
  3. UserJourneyBehaviors
  4. TechnicalProfile
spottedmahn commented 5 months ago

closing as stale / no activity