Hi @fernanda.toledo , have you seen this GitHub sample? Instead of directing to the "your request has been processed" page, you can change that to redirect back to the title/login screen by editing the orchestration steps:
<!-- Sample: This step present the account has been deleted message -->
<OrchestrationStep Order="7" Type="ClaimsExchange">
<ClaimsExchanges>
<ClaimsExchange Id="SelfAsserted-AccountHasBeenDeleted" TechnicalProfileReferenceId="SelfAsserted-AccountHasBeenDeleted" />
</ClaimsExchanges>
</OrchestrationStep>
Please let me know if you need any help or if it doesn't work for you!
If this answer helped you please mark it as "Verified" so other users can reference it.
Thank you,
James