{
  "$schema" : "https://json-schema.org/draft/2019-09/schema",
  "type" : "object",
  "properties" : {
    "Enabled" : {
      "type" : "boolean",
      "description" : "Whether SSO is enabled"
    },
    "UserHeader" : {
      "type" : "string",
      "description" : "name of the HTTP header with the username that has to be provided by the reverse proxy",
      "default" : "X-Forwarded-User"
    }
  },
  "additionalProperties" : false
}
