iachat/enterprise
Shivam Mishra 550b408656
fix: restrict existing user sign-in to account members (#13793)
SAML sign-in now only links an existing user when that user already
belongs to the account that initiated SSO. New users can still be
created for SAML-enabled accounts, and invited members can continue to
sign in through their IdP, but SAML will no longer auto-attach an
unrelated existing user record during login.

**What changed**
- Added an account-membership check before SAML reuses an existing user
by email.
- Kept first-time SAML user creation unchanged for valid new users.
- Added builder and request specs covering the allowed and rejected
login paths.
2026-03-13 12:22:25 +05:30
..
app fix: restrict existing user sign-in to account members (#13793) 2026-03-13 12:22:25 +05:30
config chore: make all the deprecated feature flag reclaimable (#13646) 2026-02-26 18:01:13 +05:30
lib feat: captain decides if conversation should be resolved or kept open (#13336) 2026-03-13 10:03:58 +05:30
LICENSE chore: update EE LICENCE year (#11344) 2025-04-21 15:29:55 +05:30
tasks_railtie.rb fix: Search rake task causing Rails boot error (#12416) 2025-09-15 22:21:59 +05:30