Extend authentication of the backend connection #122
-
"The DSC currently only supports Basic Auth as authentication mechanism for external data sources. To enable further connection, we need the authentication option via an API key transmitted via the http header accordingly." Does the Dataspace connector support authentication option via an API key transmitted via the http header accordingly? |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 2 replies
-
@jfernandezsqs It does, as stated here, You can add API-key authentication. If you need any other type of authentication or want to support another backend than a REST API, you can use all features of Camel, as described here. |
Beta Was this translation helpful? Give feedback.
-
I have followed the documentation detailed here with Step 2 location
I have detailed the created route-uuid and in the request body introduced the generic endpoint’s self-link as specified in documentation. |
Beta Was this translation helpful? Give feedback.
@jfernandezsqs It does, as stated here, You can add API-key authentication. If you need any other type of authentication or want to support another backend than a REST API, you can use all features of Camel, as described here.