Skip to content

Draft: Improve sso auth to raise descriptive error

Luis Mejia requested to merge 345489-sso-auth-descriptive-error into master

What does this MR do and why?

  • Raise an error when group is called on the sso_controller
  • Catch the error, raise an exception to show in Sentry but not interrupt the request. Based on comment
  • Return unauthenticated_group , considering comment

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

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

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #345489 (closed)

Edited by Luis Mejia

Merge request reports