Created
April 25, 2019 19:42
-
-
Save ahelland/b0c64d805f3fb67d7823ca7976a573d4 to your computer and use it in GitHub Desktop.
B2C HRD_Internal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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