Hi guys,
I am sorry if I duplicate this question, I may have asked something similar a while ago but I cannot find the post anymore.
I have a solution where the access is granted only based on the Azure B2C authentication.
The Authentication works well but we are experiencing some issues with the order that are paid with a credit card.
We redirect the user to the credit card provider, the payment is processed but when the user is sent back to the Receipt, they cannot see the receipt as their authentication is lost.
How do I solve this? Is this something I have to change in the checkout handler or in Azure B2C configuration?
Thank you,
Adrian