Welcome to Zuora Product Documentation

Explore our rich library of product information

Configure login redirection in User Accounts Settings

Learn how to configure Cross-Origin Resource Sharing (CORS) settings to control the URL where your customers log in and to specify the external domains that can send requests to your experience pages.

Use the CORS settings to specify the URL where your customers log in. When you send a user invitation, the customer subdomain is preserved. After users activate their accounts, they are redirected to the URL that you configure on the settings page.

User management remains in Zuora Billing, while the login URL and user redirection are controlled from the settings page.

  1. Navigate to Customers > User Accounts > Settings.
  2. Expand Cross-Origin Resource Sharing (CORS) to configure which external domains can send requests to your experience pages.
  3. In the Allowed Origins field, enter one origin per line, including the protocol.

    For example, https://mysite.com.

  4. Select the Allow Credentials checkbox to permit credentialed cross-origin requests.
Note: If you do not configure any origins, browsers block all cross-origin requests to your experience pages.