Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
It enforces authentication for incoming script requests, requiring users to be authorized before executing any scripts. |
| What area does it affect? |
Script execution security |
| 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 script access controls or enhancing security measures. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.basicauth.required.scriptedprocessor |
| Sys ID |
4820b29d0a0a0b36007930c71f86fa0f |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
Require authorization for incoming script requests. |
| Updated |
2024-05-25 04:01:59 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... High - Without appropriate authorization configured on the incoming Script requests, an unauthorized user can get access to sensitive content/data on the target instance. Either update the value of the glide.basicauth.required.scriptedprocessor system property to true OR insert this system property with a value of true. Documentation sn_SE10182 1 Act Basic Auth: SOAP Requests should be enabled Without appropriate authorization configured on ...
Context preview
Snippet 2
... Inc., in the United States and/or other countries. Other company names, product names, and logos may be trademarks of the respective companies with which they are associated. 239 Documentation Updates "glide.basicauth.required.scriptedprocessor" is not set to the recommended value of "true", then an attacker could access sensitive information such as an unauthenticated (guest user attempting to access an email through the EmailDisplay ...
Related properties