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