Skip to content

Instantly share code, notes, and snippets.

@ahelland
Created April 25, 2019 19:42
Show Gist options
  • Save ahelland/b0c64d805f3fb67d7823ca7976a573d4 to your computer and use it in GitHub Desktop.
Save ahelland/b0c64d805f3fb67d7823ca7976a573d4 to your computer and use it in GitHub Desktop.
B2C HRD_Internal
<UserJourney Id="HRD_Internal">
<OrchestrationSteps>
<OrchestrationStep Order="1" Type="ClaimsExchange">
<ClaimsExchanges>
<ClaimsExchange Id="pre-hrd" TechnicalProfileReferenceId="SelfAsserted-EmailCollect" />
</ClaimsExchanges>
</OrchestrationStep>
<OrchestrationStep Order="2" Type="ClaimsExchange">
<ClaimsExchanges>
<ClaimsExchange Id="HRD" TechnicalProfileReferenceId="HRD_Function" />
</ClaimsExchanges>
</OrchestrationStep>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment