Skip to content

Commit

Permalink
Add tokenEndpointHostname parameter
Browse files Browse the repository at this point in the history
tokenEndpointHostname can be used to define the refresh token endpoint
Related to wso2-extensions/pull/41
  • Loading branch information
GDLMadushanka committed Mar 14, 2022
1 parent 1bd6e78 commit 5ab9fc1
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 5ab9fc1

Please sign in to comment.