Skip to content

Commit 2f642eb

Browse files
authored
Merge pull request #20 from docusign/meihDS-patch-1
Updated Redirect URI for IIS Express
2 parents 4524943 + d905fb3 commit 2f642eb

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

README.md

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -124,31 +124,24 @@ The **refresh token** is not used in this example.
124124
## Installation
125125

126126
### 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.
131129
You will need the **Integration Key** itself, and its **secret**.
132130

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`
135132

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`
138134

139135
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.
140136

141137
1. [C# .NET Core](https://dotnet.microsoft.com/download/dotnet-core) version 3.1 or later.
142138
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.
144140

145141
### Installation steps
146142
* 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`
152145

153146
See the Configuration section, below, for more information.
154147

@@ -186,7 +179,7 @@ Then add the payment gateway account id to the **appsettings.json** file.
186179
### Running the example
187180
Build and then start the solution.
188181

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
190183
see the application's home page.
191184

192185

0 commit comments

Comments
 (0)