Skip to content

Commit 02d05b5

Browse files
HaoKwtgodbe
authored andcommitted
Merged PR 15467: Clean up logging
1 parent 789189a commit 02d05b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Security/Authentication/JwtBearer/src/JwtBearerHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ protected override async Task<AuthenticateResult> HandleAuthenticateAsync()
170170
return AuthenticateResult.Fail(authenticationFailedContext.Exception);
171171
}
172172

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

0 commit comments

Comments
 (0)