To better understand the flow, for the login/sign-up part, I am using Azure integration. @azure/msal-browser, @azure/msal-react
The thing is, that by signing up, the user gets an email to confirm an email. In the Google Chrome case, it is being opened truly in the Google Chrome browser, which stores the required state to continue the registration flow. However, when the link in the email is being "Open with" Safari, it looks like it opens a new temporary window that does not have any saved state. Thus, it once again asks to log in to the client.
Is there any solution to open the link in True Safari Browser for every user?
This issue only occurs on Mobile Safari iOS devices.