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 controls the enforcement of restricted binding for UI interactions, impacting how OAuth tokens are validated during interactive calls. |
| What area does it affect? |
OAuth configuration |
| 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 OAuth settings or enhancing security measures. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.oauth.enforce_restricted_binding_for_ui |
| Sys ID |
13643c60ff2022107c93ffffffffff93 |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
Property to control behavior for restricted binding for interactive call |
| Updated |
2025-03-24 03:27:38 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... [New in Security Center 7.0] Use a system property and restricted binding to ensure that an access token generated using that entity can’t be used for UI calls. Use the glide.oauth.enforce_restricted_binding_for_ui system property and enable restricted binding for an OAuth entity to prevent the access tokens generated by that entity from being used for UI calls (For example, incident_list.do. © 2026 ...
Related properties