79316724

Date: 2024-12-30 03:06:51
Score: 2.5
Natty:
Report link

finally the problem was due to the “sameSite: ‘strict’”, the domain of my external login is not the same of my site, so the cookie was not accessible because the requests to my callback came from an external domain and the redirection was to an internal domain, so the cookie did not exist, this was fixed using the rule “sameSite: ‘lax’”

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ImSoHappy