Skip to content

Redact SAMLResponse from logs

Aboobacker MK requested to merge filter_saml_response_custom into master

What does this MR do and why?

The changes in this merge request are related to the handling of SAML responses in the application. It introduces a new filter to redact sensitive information from SAML responses, such as timestamps and session identifiers. This is done to enhance security and protect user privacy. Additionally, it logs SAML responses for auditing purposes, providing a record of SAML authentication attempts.

Fixes #435308 (closed)

Original MR which required rails monkey patch: !141869 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Adil Farrukh

Merge request reports