glide.oauth.enforce_restricted_binding_for_ui
ServiceNow property description:
Property to control behavior for restricted binding for interactive call
Attributes
- Sys ID: 13643c60ff2022107c93ffffffffff93
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property glide.oauth.enforce_restricted_binding_for_ui determines whether restricted binding is enforced for interactive OAuth calls. Its default value is true, which means OAuth bearer tokens used in the UI are bound to specific conditions, such as client and context, to prevent token misuse. Setting the property to false disables this enforcement, allowing more flexible token use but reducing security. Administrators configure this property to align with organizational security policies, typically leaving it enabled to mitigate risks of unauthorized token replay or misuse. Disabling it may only be considered in troubleshooting or special integration scenarios where strict binding interferes with functionality.
Source