Skip to content

Commit

Permalink
Update connector files for new auth method.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusdelang committed Feb 6, 2020
1 parent 786943d commit d66fdde
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 10 deletions.
6 changes: 2 additions & 4 deletions connectors/Scrive eSign/apiDefinition.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -611,10 +611,8 @@
"schemes": ["https"],
"security": [],
"securityDefinitions": {
"api_key": {
"in": "header",
"name": "Authorization",
"type": "apiKey"
"undefined": {
"type": "basic"
}
},
"swagger": "2.0",
Expand Down
25 changes: 19 additions & 6 deletions connectors/Scrive eSign/apiProperties.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,34 @@
{
"properties": {
"capabilities": ["cloud only", "on-prem gateway"],
"capabilities": ["triggers", "actions"],
"connectionParameters": {
"api_key": {
"password": {
"type": "securestring",
"uiDefinition": {
"constraints": {
"clearText": false,
"required": "true",
"tabIndex": 3
},
"description": "The password for this api",
"displayName": "password",
"tooltip": "Provide the password"
}
},
"username": {
"type": "securestring",
"uiDefinition": {
"constraints": {
"clearText": true,
"required": "true",
"tabIndex": 2
},
"description": "The API Key for this api",
"displayName": "API Key",
"tooltip": "Provide your API Key"
"description": "The username for this api",
"displayName": "username",
"tooltip": "Provide the username"
}
}
},
"iconBrandColor": "#27282D"
}
}
}

0 comments on commit d66fdde

Please sign in to comment.