From 242972e930ccfc12c842a38308d372d10967172d Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sat, 4 Jun 2016 20:58:59 +0200 Subject: [PATCH] . --- testOauthClient/Startup.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/testOauthClient/Startup.cs b/testOauthClient/Startup.cs index 6739e9bb..1be9968e 100755 --- a/testOauthClient/Startup.cs +++ b/testOauthClient/Startup.cs @@ -78,7 +78,6 @@ namespace testOauthClient ClientId = "016c5ae4-f4cd-40e3-b250-13701c871ecd", ClientSecret = "blahblah", PostLogoutRedirectUri = "http://dev.pschneider.fr/", - // Use the authorization code flow. ResponseType = OpenIdConnectResponseTypes.Code,