Get an error Unknown or invalid login ticket

We finally figured out all of the reasoning.

  1. Safari by default does not accept cookies anymore (other browsers probably following suit soon)
  2. So we enabled custom domains (Auth0 → Tenant Settings → Custom Domains)
  3. Added the CNAME to our registrar
  4. Then we changed our login URL to this new domain (ex: login.mydomain.com)
  5. No need for cross origin cookies or cross origin verification anymore and all browsers and users can sign in
1 Like