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

webMethods API Gateway supports both Form-based and SAML-based authentication. If both are enabled, this property decides the login page to be displayed, by default, when a user visits the login page http://host:port/apigatewayui. A user can go to a specific login page using:
  • 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.

Note: The port changes to the default port of the Integration Server instance irrespective of HTTP or HTTPS.

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.