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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ For a list of code examples that use the Click API, select the C# tab under [Exa
83
83
1. Generate a secret key, if you don’t already have one. Under **Authentication**, select **+ ADD SECRET KEY**. Copy the secret key and save it in appsettings.json as your `ClientSecret`.
84
84
1. Add the launcher’s redirect URI. Under **Additional settings**, select **+ ADD URI**, and set a redirect URI of https://localhost:44333/ds/callback. Select **SAVE**.
85
85
1. Set a name and email address for the signer. In appsettings.json, save an email address as `SignerEmail` and a name as `SignerName`.
86
-
1. Run the launcher with Visual Studio: Select the green Play IIS Express button.
86
+
1. Run the launcher with Visual Studio: Select the green Play **IIS Express** button.
87
87
88
88
89
89
### Installation steps for JWT Grant authentication
@@ -101,7 +101,7 @@ Also, in order to select JSON Web Token authentication in the launcher, in launc
101
101
1. Add the launcher’s redirect URI. Under **Additional settings**, select **+ ADD URI**, and set a redirect URI of https://localhost:44333/ds/callback. Select **SAVE**.
102
102
1. Set a name and email address for the signer. In appsettings.json, save an email address as `SignerEmail` and a name as `SignerName`.
103
103
**Note:** Protect your personal information. Please make sure that appsettings.json will not be stored in your source code repository.
104
-
1. Run the launcher with Visual Studio: Select the green Play IIS Express button.
104
+
1. Run the launcher with Visual Studio: Select the green **Play IIS** Express button.
105
105
1. On the black navigation bar, select **Login**.
106
106
1. From the picklist, select **JWT (JSON Web Token)** > **Authenticate with DocuSign**.
107
107
1. When prompted, log in to your DocuSign developer account. If this is your first time using the app, select **ACCEPT** at the consent window.
0 commit comments