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 789189a commit 02d05b5Copy full SHA for 02d05b5
src/Security/Authentication/JwtBearer/src/JwtBearerHandler.cs
@@ -170,7 +170,7 @@ protected override async Task<AuthenticateResult> HandleAuthenticateAsync()
170
return AuthenticateResult.Fail(authenticationFailedContext.Exception);
171
}
172
173
- return AuthenticateResult.Fail("No SecurityTokenValidator available for token: " + token ?? "[null]");
+ return AuthenticateResult.Fail("No SecurityTokenValidator available for token.");
174
175
catch (Exception ex)
176
{
0 commit comments