Skip to content

Commit 0a2e366

Browse files
HaoKwtgodbe
authored andcommitted
Merged PR 15468: [3.1] Clean up logging
Clean up logging
1 parent 55aef1f commit 0a2e366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Security/Authentication/JwtBearer/src/JwtBearerHandler.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ protected override async Task<AuthenticateResult> HandleAuthenticateAsync()
171171
return AuthenticateResult.Fail(authenticationFailedContext.Exception);
172172
}
173173

174-
return AuthenticateResult.Fail("No SecurityTokenValidator available for token: " + token ?? "[null]");
174+
return AuthenticateResult.Fail("No SecurityTokenValidator available for token.");
175175
}
176176
catch (Exception ex)
177177
{

0 commit comments

Comments
 (0)