Cross-site cookies with aut0 for login

Hi,

We are experimenting issues for authentication. Please see image below

The origin https://tracking.ourdomain.com has been added in the text area.

We’ve been having this issue since recently, our application code hasn’t changed since June 2019 and it was working just fine before a week ago.

Thanks!

Used browser: Google chrome, most recent version.

Domain : ourcompaniename.auth0.com

We have double check our ClientID

Our backend is with Nodejs, packages:

"cors": "^2.8.5",
"debug": "~2.6.9",
"express": "^4.16.4",
"express-jwt": "^5.3.1",
"http-errors": "~1.6.3",
"jwks-rsa": "^1.5.0",

Our frontend is with VueJS, packages:

“auth0-js”: “^9.11.2”,

image004

1 Like

Hi @guillex,

This issue looks like it may be related to the sameSite changes that Chrome has recently enacted.

Please review this doc and make sure you conform to the changes:

Thanks,
Dan

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.