Require write access to access service catalog add item page
Use the glide.sc.request.add_item_write_access property to prevent unauthorized operations from being performed on catalog items.
When the glide.sc.request.add_item_write_access system property is not set to true, any logged in user can access the Add Catalog Item UI page. This could result in unauthorized operations performed on catalog items.
Set glide.sc.request.add_item_write_access property to true.
More information
| Attribute | Description |
|---|---|
| Configuration name | glide.sc.request.add_item_write_access |
| Configuration type | System Properties (/sys_properties_list.do) |
| Data type | Boolean |
| Recommended value | true |
| Default value | <none> |
| Fallback value | false |
| Category | Configuration |
| Security risk |
|
| Dependencies and prerequisites | None |
| Functional impact | When the property is true, the user must have write access to the record in the context of the UI page. |