Skip to content

[FEATURE REQUEST] Don't redact auth type HTTP request logging #4249

@michaelstingl

Description

@michaelstingl

Describe the solution you'd like

I'd like to log the auth method, and redact only the actual credentials.

Additional context

Desktop example:

        "header":
        {
            "Authorization": "Bearer [redacted]",

iOS example:

Authorization: Bearer [redacted:1]

TASKS

  • Research (if needed)
  • Create branch feature/reveal_redacted_info_logs
  • Development tasks
    • Process the string to show just the authentication method
    • Create a brandable parameter to show or hide redacted info
    • Create a MDM parameter for the same
  • Code review and apply changes requested
  • Design test plan
  • QA
  • Merge branch feature/reveal_redacted_info_logs into master

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions