Custom Cookies for AgilePoint NX Portal
Custom cookies enable system administrators to control how information is transferred and stored on a web browser for end users of the AgilePoint NX Portal UI.
Background and Setup
Prerequisites
- AgilePoint NX PrivateCloud, or AgilePoint NX OnPremises v9.0 or higher.
How to Start
- On the AgilePoint Server machine, in a text editor,
open the AgilePoint NX Portal configuration file:
(NX Portal configuration folder - v9.0 and higher) C:\Program Files\AgilePoint\AgilePointPortalInstance\config\web.yaml
Example
"customCookies": {
"AP_Auth": {
"path": "/",
"secure": false,
"sameSite": "lax"
}
"AP_Version": {
"httpOnly": false,
"path": "/",
"secure": false,
"sameSite": "lax"
}
}
Custom Cookies
The custom cookies control various ways information is transferred and stored on a web browser.
Good to Know
- The custom cookies are configured using the properties described in the Custom Cookie Properties section.
Cookies
| Custom Cookie | Definition |
|---|---|
AP_Auth |
|
AP_CODE_VERIFIER_ |
|
AP_NONCE |
|
AP_SESSION_TIMEOUT |
|
AP_Version |
|
UserAuth |
|
UserAuth_ExternalHosting |
|
Custom Cookie Properties
These properties configure the behavior for the AgilePoint NX Portal custom cookies.
Good to Know
- Different cookies support different properties. For the properties that are supported for each cookie, see the descriptions in the Custom Cookies section.
Properties
| Property | Definition |
|---|---|
domain |
|
httpOnly |
|
path |
|
samesite |
|
secure |
|