Skip to content

Commit c663ade

Browse files
HaoKwtgodbe
authored andcommitted
Merged PR 15469: Clean up logging
Clean up logging
1 parent 3aeeedc commit c663ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ protected override async Task<AuthenticateResult> HandleAuthenticateAsync()
178178
return AuthenticateResult.Fail(authenticationFailedContext.Exception);
179179
}
180180

181-
return AuthenticateResult.Fail("No SecurityTokenValidator available for token: " + token ?? "[null]");
181+
return AuthenticateResult.Fail("No SecurityTokenValidator available for token.");
182182
}
183183
catch (Exception ex)
184184
{

0 commit comments

Comments
 (0)