Skip to content

Update Oauth token hashing strategies

What does this MR do and why?

The changes modify how OAuth tokens and secrets are stored and validated, including FIPS mode support and fallback strategies. SHA512 is now used for application secrets instead of PBKDF2, and fallback strategies are adjusted for FIPS compliance.

This MR

  • Swap application secret hashing mechanism to SHA512
  • Remove SHA512 as the fallback mechanism which was added as the temporary transition mechanism
  • Skip PBKDF2 fallback when FIPS mode enabled.

References

Screenshots or screen recordings

Before After

How to set up and validate locally

MR acceptance checklist

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

Edited by Aboobacker MK

Merge request reports

Loading