Skip to content

Commit 5b629b7

Browse files
authored
Merge pull request #10 from bable5/readme-updates
Minor readme updates.
2 parents eaf8031 + d4351f4 commit 5b629b7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

READme.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This project gives a full native CSharp example of:
77
* Edit Settings
88

99
## Requirements
10-
* ASP.NET Core (Current Version: 3.0)
10+
* ASP.NET Core (Current Version: 3.1)
1111
* Installed NuGet Packages:
1212
* Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation Version="3.0.0"
1313
* Microsoft.Extensions.Logging.Debug Version="3.0.0"
@@ -22,10 +22,8 @@ This project gives a full native CSharp example of:
2222
## Edit Settings
2323
* Once in the browser you will need a few things (Alternative option: update appsettings.json file directly)
2424
* A ClientId and Secret from your application on https://developer.deere.com
25-
* The Auth URL and Access Token URL can be found with opening a new Postman request window and doing a GET on this URL [https://signin.johndeere.com/oauth2/aus78tnlaysMraFhC1t7/.well-known/oauth-authorization-server](https://signin.johndeere.com/oauth2/aus78tnlaysMraFhC1t7/.well-known/oauth-authorization-server)
26-
* Insert Authorization Endpoints and Token Endpoints to page or add to appsettings.json directly as noted above.
27-
* Add Scopes
28-
* Insert scopes, for example org1 org2. Can also be found under MyJohnDeere API Documentation section within [https://developer.deere.com](https://developer.deere.com/) for each endpoint.
25+
* Add Scopes
26+
* Insert scopes, for example org1 org2. Can also be found under MyJohnDeere API Documentation section within [https://developer.deere.com](https://developer.deere.com/) for each endpoint.
2927

3028
## How to start this project
3129
* Clone this repository:

0 commit comments

Comments
 (0)