The Sessions API allows you to retrieve and manage the session configurations of your applications.
Retrieves a session configuration for an application
Success
Bad Request
Unauthorized
Forbidden
Not Found
Too Many Requests
{- "auth": "HEADER",
- "enforceRelayState": false,
- "deepLinking": true,
- "idleSession": true,
- "idleSessionTimeout": 3600,
- "maxSession": true,
- "maxSessionTimeout": 28800,
- "browserSessionExpiration": false
}Replaces the session configuration for an application in Access Gateway
Use this endpoint to define session management settings.
Session updated successfully
Bad Request
Unauthorized
Forbidden
Not Found
Too Many Requests
{- "auth": "HEADER",
- "enforceRelayState": false,
- "deepLinking": true,
- "idleSession": true,
- "idleSessionTimeout": 3600,
- "maxSession": true,
- "maxSessionTimeout": 28800,
- "browserSessionExpiration": false
}{- "auth": "HEADER",
- "enforceRelayState": false,
- "deepLinking": true,
- "idleSession": true,
- "idleSessionTimeout": 3600,
- "maxSession": true,
- "maxSessionTimeout": 28800,
- "browserSessionExpiration": false
}