From 5ab9fc14b2a2bec9eeb68ea02fa312a632ee47cf Mon Sep 17 00:00:00 2001 From: Lahiru Madushanka Date: Mon, 14 Mar 2022 11:15:42 +0530 Subject: [PATCH] Add tokenEndpointHostname parameter tokenEndpointHostname can be used to define the refresh token endpoint Related to wso2-extensions/esb-connector-salesforcerest/pull/41 --- pom.xml | 2 +- src/main/resources/uischema/init.json | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 042239b..c06fe3d 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ org.wso2.carbon.connector org.wso2.carbon.connector.salesforcerest jar - 1.1.1-SNAPSHOT + 1.1.1 WSO2 Carbon - Mediation Library Connector For Salesforcerest http://wso2.org diff --git a/src/main/resources/uischema/init.json b/src/main/resources/uischema/init.json index 0e5799c..0010db8 100644 --- a/src/main/resources/uischema/init.json +++ b/src/main/resources/uischema/init.json @@ -70,6 +70,17 @@ "helpTip": "value of the refresh token." } }, + { + "type": "attribute", + "value": { + "name": "tokenEndpointHostname", + "displayName": "Refresh Token Endpoint", + "inputType": "stringOrExpresion", + "defaultValue": "", + "required": "false", + "helpTip": "Endpoint of the refresh token." + } + }, { "type": "attribute", "value": {