Cookie Management
Web Browsers have updated their policy regarding Cookies.To comply with these changes, you must configure your Web Server accordingly. If you want to embed Nectari into your ERP website, use a secure Web Server binding, or enable Single Sign-On (SSO) authentication.
In order to apply these changes, you will have to edit the web.config file. Open File Explorer and navigate to C:\Program Files\Nectari\Nectari Server\WebServer\Web.config.
Attributes to be changed in Nectari web.config file | Value before change | Value after change |
---|---|---|
cookieSameSite |
|
|
httpOnlyCookies / requireSSL / sameSite |
|
|
Embedding Nectari
Please reference the following IFrame examples for HTTPS when embedding Nectari into your ERP website:
HTTPS
-
Https host embedding https Nectari
-
Different or same domain name
-
SameSite cookie attribute = None or Lax
-
RequireSSL cookie attribute = True
Example
Host: https://exampleerp.demo.com
Nectari Embedding: https://yourserver:81
When embedding Nectari into your ERP website using a Chromium-based browser, please ensure that your Web Server uses HTTPS.