Kudu seems to think that SameSite cookies are sent, but I do not see these when I open the site with the browser developer tools. Unfortunately, I am a bit out of my depth on the frontend / webdev side so I am not sure which information is useful to diagnose the problem.
HTTP headers
Accept=text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
Accept-Encoding=gzip, deflate, br
Accept-Language=en-US,en;q=0.5
CLIENT-IP=<ip:port>
Cookie=ARRAffinity=<long string>; ARRAffinitySameSite=<same long string>; WebSSH2=<different long string>
DISGUISED-HOST=<host>.scm.azurewebsites.net
<...> et cetera
I am also getting the following warning in browser dev tools:
Some cookies are misusing the recommended “SameSite“ attribute
Cookie “_xsrf” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. To know more about the “SameSite“ attribute, read Set-Cookie - HTTP | MDN main.e71fafa4.chunk.js:1:653793
Cookie “_xsrf” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. To know more about the “SameSite“ attribute, read Set-Cookie - HTTP | MDN 2 st-allowed-message-origins
Cookie “_xsrf” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. To know more about the “SameSite“ attribute, read Set-Cookie - HTTP | MDN main.e71fafa4.chunk.js:1:653793
Cookie “_xsrf” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. To know more about the “SameSite“ attribute, read Set-Cookie - HTTP | MDN