mirror of
https://github.com/bitwarden/server
synced 2025-12-18 01:03:17 +00:00
filter TokenRequestValidator and TokenValidator
This commit is contained in:
@@ -174,6 +174,12 @@ namespace Bit.Api
|
||||
return true;
|
||||
}
|
||||
|
||||
if(context.Contains("IdentityServer4.Validation.TokenValidator") ||
|
||||
context.Contains("IdentityServer4.Validation.TokenRequestValidator"))
|
||||
{
|
||||
return e.Level > LogEventLevel.Error;
|
||||
}
|
||||
|
||||
return e.Level >= LogEventLevel.Error;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user