Closed
Description
The README refers to the session cookie as a SameSite cookie but the implementation does not actually set the SameSite flag on the cookie which leaves the value up to the browser. Shouldn't the saml session cookie also use the SESSION_COOKIE_SAMESITE
value from Django settings to tell the browser which SameSite setting to use?