Configuring Endpoint Call Processing
Procedure
-
Sign in to the Boomi Cloud API Management (Control Center) dashboard.
-
Click API Definitions on the Get Started page or navigate to Design > APIs.
-
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. -
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. -
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:
Data Example Notes lms_pf_base_url:<string>lms_pf_base_url: https://cloudsso-test.cisco.com/as/token.oauth2This 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>JkLuGu2EMGOyq2dHeGpaNFPsCKSHqR1H7This is a required field.
String value.
Base64 encoded
client_id:client_secretfor LMS Ping Federate server.enable_lms_pf_token_auth:<true/false>enable_lms_pf_token_auth:trueThis is an optional field.
Boolean values - true or false.
Default value:
falseNote: This flag enables LMS support by fetching LMS access token from Ping Federate server.
-
-
Click Save.