You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_logger.LogError($"The request '{request.RequestUri}' was unauthorized and the token '{token}' cannot be refreshed. Considering the session has expired.");
Steps to Reproduce the Problem
See the code
Specifications
Version: Latest
Platform: Any
Subsystem: N/A
The text was updated successfully, but these errors were encountered:
Expected Behavior
Token are considered sensitive information. They should not be logged ever.
Actual Behavior
MallardMessageHandlers/src/MallardMessageHandlers/AuthenticationToken/AuthenticationTokenHandler.cs
Line 68 in 84e21db
Steps to Reproduce the Problem
See the code
Specifications
The text was updated successfully, but these errors were encountered: