webApp Configuration Properties
These properties are not cluster-aware and, hence, you must manually copy them to all the nodes.
General properties
Location:
InstallDir/apigatewayui/webapps/apigatewayui/WEB-INF/classes/uiconfiguration.properties
apigw.auth.priority
- Form:
http://host:port/apigatewayui/login
- SAML:
http://host:port/apigatewayui/saml/sso/login
Possible values:
Form
,
SAML
.
Default value is
Form
.
apigw.auth.form.enabled
This property enables or disables Form-based authentication. If both SAML and Form are disabled, the value Form is retained by default.
Possible values:
true
,
false
.
Default value is
true
.
apigw.auth.form.redirect
If a protected resource is accessed and the Form-based authentication is enabled, user is redirected to this page.
Default value is
/login
.
apigw.is.base.url
Host where the IS package is hosted. localhost is replaced by the hostname that is resolved through localhost.
Default value is
http://localhost:port
. Here,
port denotes the port that is
configured at the time of installation.
apigw.user.lang.default
This property denotes the language to be used in the webMethods API Gateway UI.
Default value is
en (English)
.
apigw.is.timeout
This property denotes the user session timeout value in minutes.
Default value is
90
.