Identity Broker Documentation Index
Configuration Reference Home

HTTP Configuration

The HTTP Configuration provides the configuration for the Identity Broker HTTP service.

A single HTTP Configuration is defined for the Identity Broker for global properties of the service. Other related configuration objects include HTTP Connection Handlers, HTTP Servlet Extensions, and Web Applications Extensions.

Relations from This Component
Properties
dsconfig Usage

Relations from This Component

The following components have a direct aggregation relation from HTTP Configurations:

Properties

The properties supported by this managed object are as follows:


Basic Properties: Advanced Properties:
↓ include-stack-traces-in-error-pages ↓ session-manager

Basic Properties

include-stack-traces-in-error-pages

Description
Indicates whether exceptions thrown by servlet or web application extensions will be included in the resulting error page response. Stack traces can be helpful in diagnosing application errors, but in production they may reveal information that might be useful to a malicious attacker.
Default Value
true
Allowed Values
true
false
Multi-Valued
No
Required
No
Admin Action Required
None. Modification requires no further action


Advanced Properties

session-manager (Advanced Property)

Description
Specifies the HTTP session manager that should be used manage the session lifecycle (create, update, invalidate, expire) for requests processed through the HTTP connection handlers. This feature is experimental and should not be used unless instructed to do so by UnboundID support.
Default Value
Sessions will be managed in memory and lost when Identity Broker is restarted. Idle sessions will expire in 24 hours.
Allowed Values
The DN of any HTTP Session Manager.
Multi-Valued
No
Required
No
Admin Action Required
The Identity Broker must be restarted for changes to this setting to take effect. In order for this modification to take effect the server must be restarted


dsconfig Usage

To view the HTTP Configuration configuration:

dsconfig get-http-configuration-prop
     [--tab-delimited]
     [--script-friendly]
     [--property {propertyName}] ...

To update the HTTP Configuration configuration:

dsconfig set-http-configuration-prop
     (--set|--add|--remove) {propertyName}:{propertyValue}
     [(--set|--add|--remove) {propertyName}:{propertyValue}] ...