access_client_secret

The Client Secret for the service token. Access will check for this value in the `CF-Access-Client-Secret` request header.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-client-secret-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_client_secret",
  "title": "access_client_secret",
  "description": "The Client Secret for the service token. Access will check for this value in the `CF-Access-Client-Secret` request header.",
  "example": "bdd31cbc4dec990953e39163fbbb194c93313ca9f0a6e420346af9d326b1d2a5",
  "type": "string"
}