From 808a22e75e390a7559a6af7a1e612ed21362262e Mon Sep 17 00:00:00 2001 From: Anna Derkach Date: Thu, 6 Apr 2017 21:45:34 +0300 Subject: [PATCH] Update README.md Added missing elements --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3206be4..75e0d1f 100644 --- a/README.md +++ b/README.md @@ -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 section - * replace with your values - - - - + * 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