docs/src/main/sphinx/admin/properties-web-interface.md
The following properties can be used to configure the {doc}web-interface.
web-ui.authentication.typeprop-type-stringFORM, FIXED, CERTIFICATE, KERBEROS, JWT, OAUTH2FORMThe authentication mechanism to allow user access to the Web UI. See
{ref}Web UI Authentication <web-ui-authentication>.
web-ui.enabledprop-type-booleantrueThis property controls whether or not the is available.
web-ui.preview.enabledprop-type-booleanfalseThis property controls whether or not the is available.
web-ui.shared-secretprop-type-stringThe shared secret is used to generate authentication cookies for users of the Web UI. If not set to a static value, any coordinator restart generates a new random value, which in turn invalidates the session of any currently logged in Web UI user.
web-ui.session-timeoutprop-type-duration1dThe duration how long a user can be logged into the Web UI, before the session times out, which forces an automatic log-out.
web-ui.userprop-type-stringThe username automatically used for authentication to the Web UI with the fixed
authentication type. See {ref}Web UI Authentication <web-ui-authentication>.