From 4c9206f1bcebc35bd3b2459ad6b109ff3c29abbc Mon Sep 17 00:00:00 2001 From: Rachel Silver Date: Tue, 5 Sep 2023 11:21:42 -0400 Subject: [PATCH] update with docs link and tooltips --- data/saas/config/adobe_sign_config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/data/saas/config/adobe_sign_config.yml b/data/saas/config/adobe_sign_config.yml index 3fcce0f90e..1a18638e84 100644 --- a/data/saas/config/adobe_sign_config.yml +++ b/data/saas/config/adobe_sign_config.yml @@ -3,18 +3,23 @@ saas_config: name: Adobe Sign type: adobe_sign description: A sample schema representing the Adobe Sign connector for Fides + user_guide: https://docs.ethyca.com/user-guides/integrations/saas-integrations/adobe-sign version: 0.1.0 connector_params: - name: domain default_value: api.na3.adobesign.com + description: The unique URL for your Adobe Sign instance - name: client_id label: Client ID + description: Your Adobe Sign application's client ID - name: client_secret label: Client secret + description: Your Adobe Sign application's client secret. sensitive: True - name: redirect_uri - label: Redirect URI + label: Redirect URL + description: The Fides URL to which users will be redirected upon successful authentication client_config: protocol: https