From 8a47c1768599d5164bb86ba160838363ffb4a198 Mon Sep 17 00:00:00 2001 From: Hao Kung Date: Mon, 15 May 2017 13:52:39 -0700 Subject: [PATCH] Remove soon to be removed DisplayName set --- .../IntegratedWebClientOpenIdConnectOptionsSetup.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Identity.Service.IntegratedWebClient/IntegratedWebClientOpenIdConnectOptionsSetup.cs b/src/Microsoft.AspNetCore.Identity.Service.IntegratedWebClient/IntegratedWebClientOpenIdConnectOptionsSetup.cs index 1591dc4377..8e46d61c70 100644 --- a/src/Microsoft.AspNetCore.Identity.Service.IntegratedWebClient/IntegratedWebClientOpenIdConnectOptionsSetup.cs +++ b/src/Microsoft.AspNetCore.Identity.Service.IntegratedWebClient/IntegratedWebClientOpenIdConnectOptionsSetup.cs @@ -32,7 +32,6 @@ namespace Microsoft.AspNetCore.Identity.Service.IntegratedWebClient if (!string.IsNullOrEmpty(_webApplicationOptions.Value.TokenRedirectUrn)) { - options.DisplayName = null; options.Events = new OpenIdConnectEvents { OnRedirectToIdentityProvider = (ctx) =>