access_path_cookie_attribute

Enables cookie paths to scope an application's JWT to the application path. If disabled, the JWT will scope to the hostname by default

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-path-cookie-attribute-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_path_cookie_attribute",
  "title": "access_path_cookie_attribute",
  "default": false,
  "description": "Enables cookie paths to scope an application's JWT to the application path. If disabled, the JWT will scope to the hostname by default",
  "example": true,
  "type": "boolean"
}