From ac075f8f276aaf5d3f3ca2fd46f988a10966a8aa Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 5 Aug 2016 15:36:44 +0100 Subject: [PATCH] Update mvcGettingStarted.md to reflect screenshots Without RequireConsent = false, then the consent screen appears after the login screen. It causes confusion and I think it'd be clearer to either to remove it from the sample, or to screenshot the consent process and discuss turning it off. --- docsv2/overview/mvcGettingStarted.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docsv2/overview/mvcGettingStarted.md b/docsv2/overview/mvcGettingStarted.md index 49ae78b..94edcea 100644 --- a/docsv2/overview/mvcGettingStarted.md +++ b/docsv2/overview/mvcGettingStarted.md @@ -45,6 +45,7 @@ public static class Clients ClientName = "MVC Client", ClientId = "mvc", Flow = Flows.Implicit, + RequireConsent = false, RedirectUris = new List {