How to filter organization picker per application

I need to filter which organizations appear in the organization picker based on the specific Auth0 application being used.

We have multi-tenant B2B application with two organization types: “customer” and “service” (stored in organization’s metadata). Auth0’s Mobile App should only show customer organizations in picker. Web SPA should show all organizations. Both apps use the same connections (Azure AD + Username-password-auth). Users are members of both customer and service organizations. Users get to choose organization after they’ve logged in. Post-login action enriches tokens with organization metadata.

What I’ve investigated:

  1. Disabling connections at the organization level affects ALL applications, not just Mobile App, which would break Web SPA access to service organizations.
  2. Organization picker appears to be tenant-wide and shows all organizations a user belongs to regardless of which application they’re accessing.
  3. Creating a custom pre-login organization picker would require:
    • exposing which organizations exist for an email before authentication or
    • two-stage authentication where user logs in, app fetches their organization via MGMT API, show custom filtered picker, user re-authenticate with selected organization

Questions:

  1. Is there a way to filter which organizations appear in the picker on a per-application basis without affecting other applications?
  2. If not natively supported, what’s the recommended architecture for implementing application-specific organization filtering?

Thanks for any guidance.

Hi @les

Welcome to the Auth0 Community!

Thank you for posting your question. Currently, there’s no native, per-application filter for the Universal Login Organization Picker. The picker shows the user’s org memberships (with a 20-org display cap) and isn’t filterable by app or metadata today.

If you want, you can submit Product Feedback on our Community page to add more weight and visibility to the request. Here is our link: Product Feedback - Auth0 Community. You can read our FAQ regarding submitting a feature request here: https://community.auth0.com/t/how-do-i-submit-product-feedback-or-feature-requests/22150

Alternatively, as you are on the Enterprise agreement, you can contact your TAM for further assistance.

Just to set expectations - while feature requests are reviewed periodically, there’s no guaranteed timeline for when (or if) something like this would be implemented in production, as it depends on factors like demand, security implications, and broader roadmap priorities.

Thanks!
Dawid