Property reference

glide.basicauth.required.xmloutputprocessor

The glide.basicauth.required.xmloutputprocessor property mandates authorization for incoming requests to the XMLOutputProcessor. This ensures that only authenticated users can export data to XML via email, enhancing security in data handling.

Default: true Type: boolean Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property enforces basic authentication for XML export requests, preventing unauthorized access to sensitive data.
What area does it affect? XML Export Functionality
What does the default mean? The default value is "true", which means this behavior is enabled by default.
When should you review it? Review this property when configuring data export settings or enhancing security measures.

Out of the box property record

Raw metadata from the property record.

Property name glide.basicauth.required.xmloutputprocessor
Sys ID 616595e87f2132002ae1dd620efa91e8
Type boolean
Application Global
Default value true
Description Require authorization for incoming requests for XMLOutputProcessor (export to XML via email)
Updated 2024-05-25 04:34:06

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... JSON export data, when combined with misconfigured guest user role, poses a significant risk of unauthorized data exposure. Require authorization for XML output requests • Description ◦(Old‎ <blank> ◦(New‎ If "glide.basicauth.required.xmloutputprocessor" is not set to the recommended value of "true", then basic authorization is not required for all inbound XMLOutputProcessor requests. This could lead to unauthenticated information disclosure from the instance. ...