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 whether the resource owner password credentials grant type is allowed for inbound OAuth token requests, impacting authentication security. |
| What area does it affect? |
OAuth token management |
| What does the default mean? |
The default value is "false", which means this behavior is disabled by default. |
| When should you review it? |
Review this property when assessing OAuth security configurations or during security audits. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.oauth.inbound.ropc.grant_type.disabled |
| Sys ID |
3d010740ff3022105a97ffffffffff29 |
| Type |
boolean |
| Application |
Global |
| Default value |
false |
| Description |
Disable resource owner password credentials grant type for inbound oauth token requests |
| Updated |
2025-04-08 14:48:10 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... Password Credentials (ROPC are allowed to grant OAuth 2 tokens on your instances when a client application directly requests an access token using a user name and password. When the glide.oauth.inbound.ropc.grant_type.disabled is set to true, ROPC is inactive and can’t be used to grant OAuth 2 tokens. Ensure that the glide.oauth.inbound.ropc.grant_type.disabled system property is set to true. If the property doesn’t ...
Related properties