auth0-samples / auth0-multitenant-website

Sample that demonstrates a simple multi-tenant web application that uses the Authorization extension to manage tenants with groups

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add tenant switcher

twistedstream opened this issue · comments

Provide a way (route/view) that allows a user to select which tenant they want to navigate to. This can occur for two reasons:

  1. A user starts by browsing to the root domain (i.e. not a tenant like http://tenant1.yourcompany.com:3000) and therefore needs to select their tenant after logging in.

  2. A user is currently connected to tenant1 but wants to switch to tenant2. This would require there by an "account switcher" button.