Hello,
I'm trying to use a custom connector to access a REST api. The REST api uses OAuth2 authentication, but it only supports password and application OAuth2 flows. I downloaded the swagger file for my connector, and tried to change the flow to application or password but I get an error when I try to update my connector with the modified file:
Specified file does not match OpenAPI 2.0 specification: 'JSON is valid against no schemas from 'oneOf'. Path 'securityDefinitions.oauth2_auth'.'
It seems only accessCode is supported, which prevents me to connect to the REST api.
Any workaround for this problem?
Thanks.