UNPKG

@itentialopensource/adapter-zscaler

Version:

This adapter integrates with system Zscaler

32 lines (31 loc) 727 B
{ "$id": "token_response_example", "type": "object", "$schema": "http://json-schema.org/draft-07/schema#", "translate": true, "dynamicfields": false, "properties": { "ph_request_type": { "type": "string", "description": "type of request (internal to adapter)", "default": "getToken", "enum": [ "getToken" ], "external_name": "ph_request_type" }, "token": { "type": "string", "description": "the token returned from system", "parse": false, "encode": false, "placement": "HEADER", "encrypt": { "type": "AES", "key": "" }, "external_name": "set-cookie.JSESSIONID" } }, "definitions": {} }