Skip to content

Update error messaging when SCIM identity is false

What does this MR do and why?

Updates the error message that is received when attempting to add a user that has an inactive SCIM identity. Current message causes confusion as the user likely does have a SAML identity but doesn't surface the SCIM reasoning, leading customers to create support tickets.

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.

  1. Setup a group with SAML SSO and SCIM
  2. Add a user via SCIM
  3. Remove the user via SCIM
    • Deactivates SCIM and keeps their SAML identity
  4. Attempt to invite the user via the Group members page
  5. Observe the error messaging

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 #422941 (closed)

Merge request reports