Skip to content

Cookie

With "cookie" a cookie note can be displayed on the login screen (currently only insight-mobile). If a cookie note is configured, the user must accept before log in. This only has to be done once if the user stays the same. The link can be relative or absolute.

  • Example:
    "cookie": {
    "title": "We use cookies",
    "message": "Long cookie note message",
    "linkLabel": "More information",
    "link": "http://yourdomain.com/cookie.html",
    "acceptButton": "Accept"
    }