Third party cookies¶
Login¶
Sometimes third-party cookies are lacking neccessary properties as "Secure"-Flag or "SameSite=None" Adding these flags can be done by insight-middleware with the following configuration:
gateway.response.header.add.set-cookie=Samesite=None; Secure;
Logout¶
After a logout all cookies are removed.
In order to remove specific cookies only, provide the following configuration in insight properties:
gateway.cookies.clear=false
Add the cookies that have to be deleted¶
gateway.thirdparty.cookies.<CookieName>
or
gateway.thirdparty.cookies.<CookieName>;<Path>