Skip to content

Instantly share code, notes, and snippets.

@mfcollins3
Created January 21, 2022 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mfcollins3/2d4704eaf41f9cd9df3dcf95c03ecabf to your computer and use it in GitHub Desktop.
Save mfcollins3/2d4704eaf41f9cd9df3dcf95c03ecabf to your computer and use it in GitHub Desktop.
Log in user journey for B2C
<UserJourneys>
<UserJourney Id="LogIn">
<OrchestrationSteps>
<OrchestrationStep Order="1" Type="ClaimsExchange">
<ClaimsExchanges>
<ClaimsExchange Id="ShowLogInForm" TechnicalProfileReferenceId="ShowLogInForm" />
</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