{ "$id": "https://forge.cadoles.com/cadoles/bouncer/schemas/authn-options", "title": "Authentication layer options", "type": "object", "properties": { "matchURLs": { "type": "array", "items": { "type": "string" } }, "cookie": { "type": "object", "properties": { "domain": { "type": "string" }, "name": { "type": "string" }, "path": { "type": "string" }, "sameSite": { "type": "string" }, "httpOnly": { "type": "boolean" }, "secure": { "type": "boolean" } }, "additionalProperties": false }, "session": { "type": "object", "properties": { "name": { "type": "string" }, "ttl": { "type": "string" } }, "additionalProperties": false } } }