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 fa9dd9c commit a8a454cCopy full SHA for a8a454c
src/Security/Authentication/JwtBearer/src/JwtBearerHandler.cs
@@ -181,7 +181,7 @@ protected override async Task<AuthenticateResult> HandleAuthenticateAsync()
181
return AuthenticateResult.Fail(authenticationFailedContext.Exception);
182
}
183
184
- return AuthenticateResult.Fail("No SecurityTokenValidator available for token: " + token ?? "[null]");
+ return AuthenticateResult.Fail("No SecurityTokenValidator available for token.");
185
186
catch (Exception ex)
187
{
0 commit comments