Skip to content

Commit

Permalink
Merge pull request #51 from GDLMadushanka/tokenendpoint
Browse files Browse the repository at this point in the history
Add tokenEndpointHostname parameter
  • Loading branch information
GDLMadushanka authored Mar 14, 2022
2 parents 1bd6e78 + 5ab9fc1 commit 1320d0c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>org.wso2.carbon.connector</groupId>
<artifactId>org.wso2.carbon.connector.salesforcerest</artifactId>
<packaging>jar</packaging>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
<name>WSO2 Carbon - Mediation Library Connector For Salesforcerest</name>
<url>http://wso2.org</url>
<profiles>
Expand Down
11 changes: 11 additions & 0 deletions src/main/resources/uischema/init.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 1320d0c

Please sign in to comment.