Registering Shared Resource with TIBCO API Exchange Gateway

Using the Shared Resources tab on the configuration, you can register the shared resources with TIBCO API Exchange Gateway.

To configure a shared resource, follow these steps:

Procedure

  1. Start the Config UI server, if not already started. See Starting GUI.
  2. Create a new project or select an existing project under Projects.
  3. Click the SECURITY tab on the right hand side.
  4. Click Shared Resources tab on top menu.
  5. Enter the details for shared resource defined as follows:
    Shared Resource Name Configuration
    Parameter Description
    New Resources File A new property file which defines the Shared Resources configuration. See Shared Resources Properties for details.
    Existing Resources Files Select a configuration file of Shared Resource configuration. See Shared Resources Properties for details.
  6. Save changes to the project.
    Note:
    • The shared resource name is defined in the properties file by the following property:

      com.tibco.governance.sharedresource.name

      For example, the shared resource name is defined in the properties file as follows:

      com.tibco.governance.sharedresource.name=LdapAsp
    • The shared resource name from the properties file must match the shared resource name in the policy file defined by ResourceInstance property.
      <tpa:SharedResourceLoginModule ResourceInstance="LdapAsp"/>