Skip to content

Remove "Already signed in with SAML"

Brian Williams requested to merge bwill/remove-already-signed-in-with-saml into master

What does this MR do and why?

This message is displayed when a user authenticates with SAML and their SAML identity is already linked to their GitLab account. This is the expected state for every single SAML sign-in after the first one. It doesn't make sense to show a message for this since it is the normal behavior. Instead, we should simply redirect them to whatever page they were trying to get to and show nothing.

To observe this behavior on GitLab.com, follow this link: https://gitlab.com/groups/gitlab-com/-/saml/sso

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
Screenshot_2024-05-09_at_7.38.42_AM Screenshot_2024-05-09_at_7.38.54_AM
Edited by Brian Williams

Merge request reports