From dab27e786734a4c38f1e8c3bbc0a5104332ca2a8 Mon Sep 17 00:00:00 2001 From: Thomas Levesque Date: Wed, 26 Jun 2019 20:17:54 +0200 Subject: [PATCH] Fix default value for ResponseType in doc comments (#11587) The comment says that the default value for `ResponseType` is `CodeIdToken` (hybrid flow), but the property is actually set to `IdToken` (implicit flow) --- .../Authentication/OpenIdConnect/src/OpenIdConnectOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Security/Authentication/OpenIdConnect/src/OpenIdConnectOptions.cs b/src/Security/Authentication/OpenIdConnect/src/OpenIdConnectOptions.cs index e64bf37616..7e3366bada 100644 --- a/src/Security/Authentication/OpenIdConnect/src/OpenIdConnectOptions.cs +++ b/src/Security/Authentication/OpenIdConnect/src/OpenIdConnectOptions.cs @@ -28,7 +28,7 @@ namespace Microsoft.AspNetCore.Authentication.OpenIdConnect /// BackchannelTimeout: 1 minute. /// ProtocolValidator: new . /// RefreshOnIssuerKeyNotFound: true - /// ResponseType: + /// ResponseType: /// Scope: . /// TokenValidationParameters: new with AuthenticationScheme = authenticationScheme. /// UseTokenLifetime: false.