Feature: Allowing to pass a supported organizations at log in
Description: When redirecting a user to the login page, like signIn: ("auth0", { callbackUrl: "/home" })
I want to be able to pass a parameter “supportedOrganisations”, where the app can specify which organisations it supports and therefore allows logins for. I imagine it could either be organisationId’s or organisationName’s.
Use-case: We are building a tenant based SaaS. When we work we often work on a database with only a subset of the tenants, or sometimes our tenants are available only in some environments and not other (in the onboarding stage for example). So it would be nice to present only the tenants that are supported in the given context you are in.
Furthermore we are also hit by the 20 organisation limit Organization Selector and it could be nice to a have search field pop op if there are more than 10 organisations to choose from.