We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aeeedc commit c663adeCopy full SHA for c663ade
src/Security/Authentication/JwtBearer/src/JwtBearerHandler.cs
@@ -178,7 +178,7 @@ protected override async Task<AuthenticateResult> HandleAuthenticateAsync()
178
return AuthenticateResult.Fail(authenticationFailedContext.Exception);
179
}
180
181
- return AuthenticateResult.Fail("No SecurityTokenValidator available for token: " + token ?? "[null]");
+ return AuthenticateResult.Fail("No SecurityTokenValidator available for token.");
182
183
catch (Exception ex)
184
{
0 commit comments