Setting Security Options

Security options control access to TIBCO Cloud™ Integration - Connect objects, which can be accessed directly by users, or by other software via the API or an Endpoint URL.

Note: Changes to Security options may take several minutes to take effect.

From the Security Settings, you can:

Creating Security Rules

Use security rules to restrict access within an Organization to the TIBCO Cloud™ Integration - Connect API and Endpoint URLs to specified IP addresses or address ranges.

Note: To use an On event app, you must create at least one rule to allow the specified IP addresses to access the Endpoint URL for that app.
Note: When an On event app runs, TIBCO Cloud™ Integration - Connect sends a response to Messages or Requests for data from any one of three static IP addresses. Configure your Proxy Server, Firewall, or other network security devices to allow responses from these IP addresses to access your network. Static IP Addresses include: 
  • 54.204.16.213
  • 54.83.47.195
  • 23.23.251.57
  1. From the menu, select Environment & Tools.
  2. Under Environment Settings, select Security Settings.
  3. From the Security page, select New Rule. A new row displays in the Rule table.
  4. Select the Rule Name and enter a name for the rule.
  5. To grant access, mark the check boxes for the following options:
    • API Access — Grant access to the TIBCO Cloud™ Integration - Connect API for the selected IP address range. If selected, these IP addresses can access any TIBCO Cloud™ Integration - Connect feature that requires API access including On event apps and Execution History.
    • Event Solution Access — Allow the selected IP addresses to access the TIBCO Cloud™ Integration - Connect Endpoint URL. Selecting this check box allows third-party access to the URLs generated in On event Message and Request/Reply flows for inbound messages or events.
  6. Enter a starting and ending range of public IP addresses that should be granted access.
    Note: To allow access to a single IP address, specify that address as both the starting and ending address.

    Whitelisting IPv6 addresses is not supported. If you enter the entire IPv4 range of 0.0.0.0 to 255.255.255.255, IPv6 traffic can also access TIBCO Cloud™ Integration - Connect, however this does pose a security risk by removing the firewall into your Organization.

  7. If required, create more rules.

When a Child organization is created, API and Event IP Addresses whitelisted on the Security Settings page are inherited by the Child organization. Subsequent changes to IP addresses in the Parent organization are not synchronized with associated Child organizations.

Event Solution Access Token

On event apps use a REST-based web service to allow access to TIBCO Cloud™ Integration - Connect from outside sources. The first time you save a On event app Message or Request/Reply flow, TIBCO Cloud™ Integration - Connect generates a unique Endpoint URL along with an access token.

When you create additional flows for On event apps, each flow has a unique Endpoint URL, but shares the access token across the Organization.

In general, you do not need to reset the access token. However, if security at your site is compromised, or your company policy requires it, select Reset to change the Access Token.

Note: When you reset the Access Token, the change is propagated to any On event app flows. However, you must change the Access Token for any source code that uses the TIBCO Cloud™ Integration - Connect web service.

API Cryptographic Token

Use this token to encrypt or decrypt Connection properties when reading, creating, or modifying Connections using the TIBCO Cloud™ Integration - Connect API. For additional information on the use of this token see the Connection Properties section of the API Help.

Connect API Org Id

Click the Copy button to copy the Org Id and use it when accessing TIBCO Cloud™ Integration - Connect through the API. API calls to TIBCO Cloud™ Integration - Connect require your Organization ID as a parameter. See the Developer Portal for information on the API.

Subscription Locator

Click the Copy button to copy the Subscription Locator and use it when accessing TIBCO Cloud™ Integration through the API. API calls to TIBCO Cloud™ Integration require your organization's Subscription Locator as a parameter. See TIBCO Cloud™ Integration API Basics for information on the API.

Storing Source Data For Failed Records

When using TIBCO Cloud™ Integration - Connect, you can choose to whether or not to store source data for failed records. If you opt to store failed records, they can be stored either in the cloud or, for apps run by the Connect on-premise agent, locally on the computer where the Connect on-premise agent is installed. The default is to store source data for failed records in the cloud.

Note:
  • Source data for failed records is kept for 45 days regardless of where it is stored. After 45 days, it is removed and is no longer available for reprocessing.
  • When any of these settings are changed, there may be a short delay before the change takes effect. Wait a few minutes before executing the next app to allow the updated information to reach the agent.

Changing Your API Password

The TIBCO Cloud™ Integration - Connect API does not support access using your TIBCO Cloud™ User Authentication. To use, the API you can establish a secondary basic authentication by selecting the Change API Password link on the Security Settings page. Enter and confirm your new password and select Save.

When accessing the API, use your TIBCO Cloud™ User Name and the new password. Note that the Change API Password process does not change the password you use to access TIBCO Cloud™ only the password used for the TIBCO Cloud™ Integration - Connect API.

Related Topics

Creating or Editing an On Event App

Defining An On Event Message Flow

Defining An On Event Request/Reply Flow