ftl_username

Optional. The username that the EMS server should use to authenticate itself when connecting to the TIBCO FTL server.

ftl_username = user

Sets the com.tibco.ftl.client.username property. For more details, see the TIBCO FTL documentation on realms.

When authenticating with FTL using OAuth 2.0, this parameter determines the grant type used to request access tokens from the OAuth 2.0 authorization server. If ftl_username is not set, the Client Credentials Grant type is used. If ftl_username is set, the
Resource Owner Password Credentials Grant type is used, with ftl_username and ftl_password serving as the username and password credentials.