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 enforces the inclusion of the state parameter in OAuth requests, which is crucial for maintaining security during the authentication process. |
| 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? |
An admin should review this property when configuring OAuth settings or addressing security concerns. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.oauth.state.parameter.required |
| Sys ID |
b9fb6c1073001300f42131a9faf6a7a7 |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
if state parameter needed for the OAuth |
| Updated |
2024-05-25 04:35:13 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... 188 Documentation Updates The "glide.oauth.state.paramater.required system" property enables the "State" parameter to be required in an OAuth request for authorization code flow. Beginning in the Madrid release, the system property "glide.oauth.state.parameter.required" adds a "State" parameter for an OAuth request. For zbooted instances, the property is true. For upgraded instances, the property is not present, so the "State" parameter is not enabled. ...
Related properties