Remove soon to be removed DisplayName set
This commit is contained in:
parent
cc4183c7ed
commit
8a47c17685
|
|
@ -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) =>
|
||||
|
|
|
|||
Loading…
Reference in New Issue