You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,10 @@ For documentation about the file input cloud storage extension, see:
13
13
14
14
## Authentication
15
15
This reference implementation supports two [authentication](https://developers.docusign.com/extension-apps/build-an-extension-app/it-infrastructure/authorization/) flows:
16
-
*[Authorization Code Grant](https://developers.docusign.com/extension-apps/build-an-extension-app/it-infrastructure/authorization/#authorization-code-grant) – required for public extension apps
17
-
*[Client Credentials Grant](https://developers.docusign.com/extension-apps/build-an-extension-app/it-infrastructure/authorization/#client-credentials-grant) – available to private extension apps. See [Choosing private distribution instead of public](https://developers.docusign.com/extension-apps/extension-apps-101/choosing-private-distribution/).
16
+
*[Authorization Code Grant](https://developers.docusign.com/extension-apps/build-an-extension-app/it-infrastructure/authorization/#authorization-code-grant) – can be used with both [public and private extension apps](https://developers.docusign.com/extension-apps/extension-apps-101/choosing-private-distribution/) and in all [supported regions](https://developers.docusign.com/extension-apps/extension-apps-101/globalization/).
17
+
*[Client Credentials Grant](https://developers.docusign.com/extension-apps/build-an-extension-app/it-infrastructure/authorization/#client-credentials-grant) – available only with private extension apps that are based in the US.
18
18
19
-
*Private extension apps can use either authentication method, but public extension apps must use Authorization Code Grant.*
20
-
21
-
**Note:** In the current release, only Client Credentials Grant is supported.
19
+
**Note:** In the current release, only Client Credentials Grant is supported with file input from cloud storage.
22
20
23
21
## Hosted version (no setup required)
24
22
You can use the hosted version of this reference implementation by directly uploading the appropriate manifest file located in the [manifests/hosted/](manifests/hosted) folder to the Docusign Developer Console. See [Upload your manifest and create the extension app](#3-upload-your-manifest-and-create-the-extension-app).
@@ -142,3 +140,4 @@ This type of test shows how the extension functions when invoked from an [extens
0 commit comments