Issue summary
Because sameSite: lax, the cookies are not being set by the oauth being call.
Expected behavior
It should set the cookies and authenticate the embedded app.
We manually changed these lines in oauth.js into sameSite: "none" and it works, but being a change done in node_modules it will not work long term.
Is there any way to set the sameSite policy or another way to solve this issue?