Skip to content

Filter SAML saml_response

Aboobacker MK requested to merge saml_filter into master

What does this MR do and why?

The changes in this merge request aim to enhance the security and logging capabilities of the application's authentication process. It introduces a new feature that logs SAML responses for debugging purposes, providing valuable information in case of any issues. Additionally, it filters sensitive values within SAML responses, ensuring that only non-sensitive attributes are displayed. These improvements contribute to a more secure and transparent authentication system.

Resolves SAML response in logs allow replay attacks (#435308 - 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