Created
January 21, 2022 05:10
-
-
Save mfcollins3/b74a6c6fc55b667b00c6760401fa9d72 to your computer and use it in GitHub Desktop.
Sign up user journey for B2C
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
<UserJourneys> | |
<UserJourney Id="SignUp"> | |
<OrchestrationSteps> | |
<OrchestrationStep Order="1" Type="ClaimsExchange"> | |
<ClaimsExchanges> | |
<ClaimsExchange Id="ShowSignUpForm" TechnicalProfileReferenceId="ShowSignUpForm" /> | |
</ClaimsExchanges> | |
</OrchestrationStep> | |
<OrchestrationStep Order="2" Type="SendClaims" CpimIssuerTechnicalProfileReferenceId="JWTIssuer" /> | |
</OrchestrationSteps> | |
</UserJourney> | |
</UserJourneys> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment