Is it possible to bypass strict tenant isolation in AppFoundry OAuth flows?

Is it possible to configure OAuth clients with specific tenant_id scopes for each organization rather than relying on a global token? The platform enforces strict isolation, so a single token cannot access multiple tenants.

Our current setup requires separate authentication flows for each client environment. This creates maintenance overhead and complicates the user experience for shared services.

We need a method to streamline access while respecting security boundaries. Any guidance on best practices for multi-tenant AppFoundry applications would be appreciated.