- A generic marketing landing page that has a Log in button that takes your users to the Auth0 login flow without an Organization.
- A separate URL for each of your B2B customers (e.g., Acme users go to
acme.yourcompany.com) that redirects users to Auth0 with an Organization, so that your users see Acme’s Login button.
Auth0 Dashboard
To define organization behavior via the Auth0 Dashboard:- Navigate to Auth0 Dashboard > Applications, and select the application for which you want to configure organizations.
- Switch to the Login Experience view and configure the appropriate settings:
- Select Save changes.
Management API
Make aPATCH call to the Update a Client endpoint. Be sure to replace client_id, mgmt_api_access_token, organization_usage, and organization_require_behavior placeholder values with your , Management API , organization use option, and organization behavior option, respectively.