Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ To implement this Master Plugin for your app:
5) Configure your app based on each [app chain's possible responses](https://sequencing.com/app-chains/)

6) Set up ClientId, ClientSecret, Scope and RedirectUri in Master-plugin sample Web.config:
* find <appSettings> section
* replace with your values
<add key="OAuthAppId" value="APP_ID" />
<add key="OAuthSecret" value="APP_SECRET" />
<add key="REDIRECT_URI" />
<add key="OAuthScope" value="test" />
* find appSettings section
* replace with your values
add key="OAuthAppId" value="APP_ID"
add key="OAuthSecret" value="APP_SECRET"
add key="REDIRECT_URI"
add key="OAuthScope" value="test"


Master NuGet Plugin install
Expand Down