
Announcements
So when I test my custom connector it works fine but when it is used within the flow it fails authetication. I want to add my username and password into the Swagger file but I have no experience of going this. Can someone share an example please? Below are the lines at the end of the swagger file that seem to be the part i need to modify. I am using Basic Auth as per below.
securityDefinitions:
basic_auth: {type: basic}
security:
- basic_auth: []