Require authorization for SCHEMA requests

  • Release version: Australia
  • Updated March 12, 2026
  • 1 minute to read
  • Use the glide.basicauth.required.schema property to require basic authorization for all Inbound Table Schema Processor requests.

    If the glide.basicauth.required.schema system property is not set to the recommended value of true, then basic authorization is not required for all Inbound Table Schema Processor requests. The Inbound Table Schema Processor handles incoming schema requests for the platform.

    Ensure that the property glide.basicauth.required.schema exists in the System Properties [sys_properties] table and is set to true.

    Warning:
    This is a safe harbor property, meaning the value can't be altered once it's changed. It is non-revertible.

    More information

    Attribute Description
    Configuration name glide.basicauth.required.schema
    Configuration type System Properties (/sys_properties_list.do)
    Data type Boolean
    Recommended value true
    Default value <none>
    Fallback value false
    Category API and web service
    Security risk
    • Severity score: 5.3
    • CVSS rating: Medium
    • Security risk details: Omitting authentication from this processor will lead to unauthenticated access to instance schema data.
    Functional impact None
    Dependencies and prerequisites None