Skip to content

Commit

Permalink
update with docs link and tooltips (#4027)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachel Silver authored Sep 5, 2023
2 parents 1449f5d + 4c9206f commit a316bbd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion data/saas/config/adobe_sign_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a316bbd

Please sign in to comment.