Invalidate Session After OAuth Token Expiration [New in Security Center 2.0]
Use a system property to the secure value to prevent users from continuing to use a session via cookies after the OAuth token used to create the session expires.
When an OAuth access token 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 name | glide.authenticate.oauth.post.token.expiration.cookie_auth.disabled |
| Configuration type | System Properties (/sys_properties_list.do) |
| Data type | Boolean |
| Recommended value | true |
| Default value | true |
| Fallback value | false |
| Category | Session management |
| Security risk |
|
| Dependencies and prerequisites | None |
| Functional impact |
Impact when set to true:
Potential Breakage:
What Continues to Work:
|