I am using react sdk when I tried logging into the application using safari but its not working when I unchecked prevent cross site scripting its working fine. How can I fix this? I cannot ask users to uncheck prevent cross site scripting
tyf
April 22, 2022, 9:58pm
3
Hi there @pandeysumit832 sorry for the delay on this one!
The following post sums up what I expect the issue is:
Hello, @andrew.e.norton ! Welcome to the Auth0 Community.
This is because you are using third-party cookies. Auth0 is setting cookies in your auth0.com domain that can be used in yourapplicati.on, which Safari considers third-party cookies, and blocks.
The solution to this is to implement a Custom Domain, which is available for our paid offerings. A Custom Domain will allow you to change your auth0.com domain for anything you’d like, so you can use, for example, login.yourapplicati.on, and then…
Some more information on custom domain configuration can be found here:
Custom Domain Configuration - Common Questions
Keywords: custom domain brand subdomain configuration authentication cross-origin
Introduction: Answers to common questions about configuring and using a custom domain.
1. What is a custom domain as it relates to Auth0 and how is this different from YOUR_DOMAIN.auth0.com?
Answer: Auth0 allows for the configuration of a custom domain on authentication pages. This allows you to provide a more unified login experience for your users. A custom domai…
Hope this helps!
tyf
Closed
May 7, 2022, 9:58pm
4
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.