Skip to content

Instantly share code, notes, and snippets.

@rbrayb
Created February 20, 2019 18:05
Show Gist options
  • Save rbrayb/6c64e6b8333961068ecd2d0c06dfe0a0 to your computer and use it in GitHub Desktop.
Save rbrayb/6c64e6b8333961068ecd2d0c06dfe0a0 to your computer and use it in GitHub Desktop.
<UserJourney Id="PasswordResetJWT">
<OrchestrationSteps>
<OrchestrationStep Order="1" Type="ClaimsExchange">
<ClaimsExchanges>
<ClaimsExchange Id="PasswordResetUsingEmailAddress" TechnicalProfileReferenceId="AAD-UserReadUsingEmailAddress" />
</ClaimsExchanges>
</OrchestrationStep>
<OrchestrationStep Order="2" Type="ClaimsExchange">
<ClaimsExchanges>
<ClaimsExchange Id="NewCredentials" TechnicalProfileReferenceId="LocalAccountWritePasswordUsingObjectId" />
</ClaimsExchanges>
</OrchestrationStep>
<OrchestrationStep Order="3" Type="SendClaims" CpimIssuerTechnicalProfileReferenceId="JwtIssuer" />
</OrchestrationSteps>
<ClientDefinition ReferenceId="DefaultWeb" />
</UserJourney>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment