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
+8-15Lines changed: 8 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -124,31 +124,24 @@ The **refresh token** is not used in this example.
124
124
## Installation
125
125
126
126
### Prerequisites
127
-
1. A DocuSign Developer Sandbox account (email and password) on [demo.docusign.net](https://demo.docusign.net).
128
-
Create a [free account](https://go.docusign.com/sandbox/productshot/?elqCampaignId=16531).
129
-
1. A DocuSign Integration Key (a client ID) that is configured to use the
130
-
OAuth Authorization Code flow.
127
+
1. A DocuSign Developer Sandbox account (email and password) on [demo.docusign.net](https://demo.docusign.net). Create a [free account](https://go.docusign.com/sandbox/productshot/?elqCampaignId=16531).
128
+
1. A DocuSign Integration Key (a client ID) that is configured to use the OAuth Authorization Code flow.
131
129
You will need the **Integration Key** itself, and its **secret**.
132
130
133
-
If you use this example on your own workstation,
134
-
the Integration key must include a **Redirect URI** of `http://localhost:8080/ds/callback`
131
+
If you use this example on your own workstation, the Integration key must include a **Redirect URI** of `https://localhost:44333/ds/callback`
135
132
136
-
If you will not be running the example on your own workstation,
137
-
use the appropriate DNS name and port instead of `localhost`
133
+
If you will not be running the example on your own workstation, use the appropriate DNS name and port instead of `localhost`
138
134
139
135
This [video](https://www.youtube.com/watch?v=eiRI4fe5HgM) demonstrates how to create an Integration Key (client id) for a user application like this example.
140
136
141
137
1.[C# .NET Core](https://dotnet.microsoft.com/download/dotnet-core) version 3.1 or later.
142
138
1.[Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) with ASP.NET package.
143
-
1. A name and email for a signer, and a name and email for a cc recipient.
139
+
1. A name and email for a signer and a name and email for a cc recipient.
144
140
145
141
### Installation steps
146
142
* Download or clone this repository.
147
-
* The repository includes a Visual Studio 2019 solution file and
148
-
NuGet package references in the project file.
149
-
* Configure the project by editing the existing project file for
150
-
the API version you wish to use by modifying its
151
-
`appsettings.json`
143
+
* The repository includes a Visual Studio 2019 solution file and NuGet package references in the project file.
144
+
* Configure the project by editing the existing project file for the API version you wish to use by modifying its `appsettings.json`
152
145
153
146
See the Configuration section, below, for more information.
154
147
@@ -186,7 +179,7 @@ Then add the payment gateway account id to the **appsettings.json** file.
186
179
### Running the example
187
180
Build and then start the solution.
188
181
189
-
Your default browser will be opened to https://localhost:8080 and you will
182
+
Your default browser will be opened to https://localhost:44333 and you will
0 commit comments