Skip to content

Commit a8a454c

Browse files
wtgodbeHaoK
andauthored
Merged PR 15469: Clean up logging (#35241)
Clean up logging Co-authored-by: Hao Kung <haok@microsoft.com>
1 parent fa9dd9c commit a8a454c

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
@@ -181,7 +181,7 @@ protected override async Task<AuthenticateResult> HandleAuthenticateAsync()
181181
return AuthenticateResult.Fail(authenticationFailedContext.Exception);
182182
}
183183

184-
return AuthenticateResult.Fail("No SecurityTokenValidator available for token: " + token ?? "[null]");
184+
return AuthenticateResult.Fail("No SecurityTokenValidator available for token.");
185185
}
186186
catch (Exception ex)
187187
{

0 commit comments

Comments
 (0)