syndesisio / syndesis-rest

The API for Syndesis - a flexible, customizable, cloud-hosted platform that provides core integration capabilities as a service. It leverages Red Hat's existing product architecture using OpenShift Online/Dedicated and Fuse Integration Services.
https://syndesis-staging.b6ff.rh-idev.openshiftapps.com/api/v1/
Apache License 2.0
6 stars 17 forks source link

When definining an API connector we need to specify OAuth properties #793

Closed zregvart closed 6 years ago

zregvart commented 6 years ago

If the security definition includes OAuth authentication we need to be able to define all required URLs needed for the OAuth to function, as the Swagger specification might not contain all of these. We can opt to do it when the connector is defined, when the connection is defined. We can also decide that if these URLs are missing then we mark the Swagger file as invalid (see #789)