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) =>