Embedded login users authentication issue on safari

Hi team, I’m working on an angular 7 app.

I’m getting a user authentication issue on safari with iOS devices using the embedded login flow. Users are unable to authenticate because safari has disabled by default third party cookies. I have implemented the cross-site verification page, but this is not supported in safari. Could you please be so kind as to help me with this issue, is there a way I can fix it?

1 Like

Hello! Welcome to our community.

Due to the Third party cookies disabled by Safari, you should convert them to First Party Cookies. You can do that by using Custom Domains. That is a feature that is available for our paid plans.

Thanks.

Thank you, Lucas.

What about migrating from embedded login to universal. Does it work?