Skip to content

Instantly share code, notes, and snippets.

@mfcollins3
Created January 21, 2022 05:10
Show Gist options
  • Save mfcollins3/b74a6c6fc55b667b00c6760401fa9d72 to your computer and use it in GitHub Desktop.
Save mfcollins3/b74a6c6fc55b667b00c6760401fa9d72 to your computer and use it in GitHub Desktop.
Sign up user journey for B2C
<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