Skip to main content
Feedback

Configuring Endpoint Call Processing

Procedure

  1. Sign in to the Boomi Cloud API Management (Control Center) dashboard.

  2. Click API Definitions on the Get Started page or navigate to Design > APIs.

  3. On the Manage your APIs with API Definitions page, in the Name column, select the API Definition link from the list. This opens the Endpoint Settings: <your endpoint name> page.

  4. On the Endpoint: <your endpoint name> page, in the Name column, select an endpoint link or settings icon next to the row you want to configure endpoint settings.

  5. Navigate to Call Transformations. On the Call Transformations page, specify the following information in these fields:

    • Processing adapter: com.mashery.proxy.customer.generic.pf-oauth-connector

    • Perform Pre-processing: Enabled

    • Data to make available for pre-processing: Enter the following data one per line:

      DataExampleNotes
      lms_pf_base_url:<string>lms_pf_base_url: https://cloudsso-test.cisco.com/as/token.oauth2

      This is a required field.

      String value.

      The Ping Federate server URL for fetching LMS access token.

      lms_pf_oauth_client:<string>lms_pf_oauth_client:mLIrj1OhHA5qaYUckf6O59Nzpqx7S+<br>JkLuGu2EMGOyq2dHeGpaNFPsCKSHqR1H7

      This is a required field.

      String value.

      Base64 encoded client_id:client_secret for LMS Ping Federate server.

      enable_lms_pf_token_auth:<true/false>enable_lms_pf_token_auth:true

      This is an optional field.

      Boolean values - true or false.

      Default value: false

      Note: This flag enables LMS support by fetching LMS access token from Ping Federate server.

  6. Click Save.

On this Page