1 write to IncludeErrorDetails
Microsoft.AspNetCore.Authentication.JwtBearer (1)
JwtBearerConfigureOptions.cs (1)
59options.IncludeErrorDetails = StringHelpers.ParseValueOrDefault(configSection[nameof(options.IncludeErrorDetails)], bool.Parse, options.IncludeErrorDetails);
5 references to IncludeErrorDetails
Microsoft.AspNetCore.Authentication.JwtBearer (5)
JwtBearerChallengeContext.cs (2)
32/// <see cref="JwtBearerOptions.IncludeErrorDetails"/> is set to <c>false</c>. 39/// <see cref="JwtBearerOptions.IncludeErrorDetails"/> is set to <c>false</c>.
JwtBearerConfigureOptions.cs (2)
59options.IncludeErrorDetails = StringHelpers.ParseValueOrDefault(configSection[nameof(options.IncludeErrorDetails)], bool.Parse, options.IncludeErrorDetails);
JwtBearerHandler.cs (1)
284if (Options.IncludeErrorDetails && eventContext.AuthenticateFailure != null)