Prevent Reuse of REST API Sessions in UI/Web
Prevent REST API session cookies from bypassing Single Sign-On (SSO) and Multi-Factor Authentication (MFA) controls using a system property.
Use the com.glide.processors.aprocessor.donot_reuse_api_session to help prevent the cookies associated with the session created through the REST API from being reused to initiate UI/web sessions.
Verify that com.glide.processors.aprocessor.donot_reuse_api_session exists in the System Properties [sys_properties] table and is set to true.
More information
| Attribute | Description |
|---|---|
| Configuration name | com.glide.processors.aprocessor.donot_reuse_api_session |
| 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 |
|
| Functional impact |
When com.glide.processors.aprocessor.donot_reuse_api_session is set to true:
Potential Breakage:
Before enabling, customers should review integrations and customizations:
|
| Dependencies and prerequisites | None |