Authentication Properties
List of Authentication properties used by Config UI.
The following table explains the properties to enable the LDAP or FILE-based user authentication for the Config UI.
Property | Description |
---|---|
asg-configui.tra File Properties |
|
java.property.com.tibco.asg.designtime.configui.ASGAuthProcess | Specifies the type of the authentication process required to login to the Config UI.
The possible values are: LDAP or FILE.
|
java.property.com.tibco.asg.designtime.configui.ASGPropFile | Specifies the path to the property file for the authentication process.
See Authentication Property Files for details. |
java.property.com.tibco.asg.designtime.configui.ASGSessionTimeOut | Specifies the timeout value (in minutes) for a session.
Set as Integer value. The session does not time out if the value is set to a negative value. Required. |
web.xml file properties |
|
asgAuthProcess | Same as the java.property.com.tibco.asg.designtime.configui.ASGAuthProcess property defined in asg-configui.tra file. See java.property.com.tibco.asg.designtime.configui.ASGAuthProcess. |
asgAuthPropFile | Same as java.property.com.tibco.asg.designtime.configui.ASGPropFile property. See java.property.com.tibco.asg.designtime.configui.ASGPropFile. |
session-timeout | Same as java.property.com.tibco.asg.designtime.configui.ASGSessionTimeOut. See java.property.com.tibco.asg.designtime.configui.ASGSessionTimeOut. |