3 writes to IncludeErrorDetails
Microsoft.AspNetCore.Authentication.JwtBearer (1)
JwtBearerConfigureOptions.cs (1)
59options.IncludeErrorDetails = StringHelpers.ParseValueOrDefault(configSection[nameof(options.IncludeErrorDetails)], bool.Parse, options.IncludeErrorDetails);
Microsoft.AspNetCore.Authentication.Test (2)
JwtBearerTests.cs (1)
459o.IncludeErrorDetails = false;
JwtBearerTests_Handler.cs (1)
429o.IncludeErrorDetails = false;
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)