Skip to content

[engine] Tenant auto-login landing page minds#4475

Ben requested to merge fix/tenant-login-land-m4475 into master

Ticket(s) / Related Merge Requests

Summary of Changes

Auto-login when logging in via SSO.

Testing Considerations

Bound to https://c81e728d9d4c2f636f067f89cc14862c.bens-networks-3.oke.minds.io

Network with no owner
  1. Remove the root user guid for your network in the minds_tenants table.
  2. Log into this non-tenant sandbox with the sandbox tenant network owner account.
  3. Set up the network root user in the network tab.
  4. You should be logged in on the tenant site in the network admin console.
Network with owner
  1. Log into this non-tenant sandbox with a sandbox tenant network owner account.
  2. Go to your networks.
  3. Click to "Go to network".
  4. You should be logged in on the tenant site in the network admin console.

Deployment Considerations

Standard deployment.

Regression Scope

Login route on SSO login as a tenant.

Platform Affected (web, mobile, etc)

Web.

Developer Testing Completed

Manual (Controller-level change).

Screenshots / Screen Recording

New network owner

simplescreenrecorder-2023-12-13_20.10.21

Existing network owner

simplescreenrecorder-2023-12-13_20.08.50

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out
Edited by Ben

Merge request reports