Background
As an alternative to "redacting" tokens from query strings, we can also remove them entirely. This will hide from the logs that a token was included at all, which may be more helpful than saying that it was included but we are redacting it from view.
Task
Background
As an alternative to "redacting" tokens from query strings, we can also remove them entirely. This will hide from the logs that a token was included at all, which may be more helpful than saying that it was included but we are redacting it from view.
Task
RemoveJwtBearerQueryStringBehaviorimplementation ofIJwtBearerQueryStringBehaviorthat removes the token from the query string if it is found.QueryStringBehaviorsto have a new immutableRemoveproperty that returns this behavior.