Skip to content

insight-gateway-token

If a user does a login successfully to insight cookie insight-gateway-token will be returned.

The following parameters of this cookie can be configured in insight.properties:

Path

gateway.cookie.path

Default value is /

Secure

communication.security.type

Default value strict will set Secure-Flag for cookie insight-gateway-token

SameSite

gateway.cookie.samesite

Default value is None if secure-flag is set.

This property will only be used and evaluated if secure-Flag is set.