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 disabling of cookie authentication for OAuth token expiration, affecting how tokens are managed during user sessions. |
| What area does it affect? |
OAuth authentication |
| 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 addressing authentication security concerns. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.authenticate.oauth.post.token.expiration.cookie_auth.disabled |
| Sys ID |
18a2caf1b7010210bb44dc0e2e11a954 |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
|
| Updated |
2024-03-20 10:30:46 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... is issued, the response includes a cookie. Users can use this cookie to continue using a session even after the OAuth token used to create that session expires. Use the glide.authenticate.oauth.post.token.expiration.cookie_auth.disabled system property to prevent this. Ensure the glide.authenticate.oauth.post.token.expiration.cookie_auth.disabled system property exists in the System Properties [sys_properties] table, and is set to a value of true. More information Attribute Description Configuration ...
Related properties