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 pf_base_url:<string>pf_base_url:http://pf-server-url.comThis is a required field.
String value.
The Ping Federate server URL for fetching Auth2.0 access token.
pf_oauth_client:<string>pf_oauth_client:YWo4NzJDbGllbnQ6YWo4NzJTZWNyZXQ=This is a required field.
String value
Base64 encodedclient_id:client_secretfor PF server.pf_oauth_user:<string>pf_oauth_user: TWo345345GhlbnQ6YWo4NzJXYAcPWNA=This is an optional field.
String value.
Base64
encoded usernameandpasswordfor password grant.pf_fetchtoken_retries:<int>pf_fetchtoken_retries: 2This is an optional field.
Attempts to connect to PF server in case of error response, defaults to 3.
-
-
Click Save.