oauth: add docusign provider (#9155)

Adds the Docusign Authorization Code OAuth entry. Used by the
Docusign integration in the windmill-integrations hub (PR #128).

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
hugocasa
2026-05-18 22:32:49 +00:00
committed by GitHub
co-authored by Claude Opus 4.7
parent f965512c7a
commit 4313225c7d
+7
View File
@@ -170,5 +170,12 @@
"full_api_access"
],
"extra_params": {}
},
"docusign": {
"auth_url": "https://account.docusign.com/oauth/auth",
"token_url": "https://account.docusign.com/oauth/token",
"scopes": [
"signature"
]
}
}