Skip to content

Commit b77e9f5

Browse files
authored
Updated Authentication section of README
Signed-off-by: julie-gordon <92888546+julie-gordon@users.noreply.github.com>
1 parent 49484ec commit b77e9f5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@ For documentation about the file input cloud storage extension, see:
1313

1414
## Authentication
1515
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.
1818

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.
2220

2321
## Hosted version (no setup required)
2422
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
142140

143141

144142

143+

0 commit comments

Comments
 (0)