Welcome to Zuora Product Documentation

Explore our rich library of product information

Create OAuth 2.0 credentials for remote MCP client

Learn how to create OAuth 2.0 credentials in OneID for an MCP client so it can authenticate using a client ID, client secret, and redirect URI.

You must have administrator access to OneID.

The remote MCP server uses static OAuth 2.0 credentials.Each MCP client requires its own OAuth 2.0 credentials tied to a specific redirect URI. If you plan to build multiple AI agents, it would be recommended to create one OAuth per agent.

  1. Log in to OneID and open the OAuth client configuration page.
    Navigate to Settings > Manage OAuth 2.0 Clients.
  2. Create a new OAuth client.
    Click + New.
  3. Enter the client details.
    Provide the required values for the following fields:
    • Client Name: Enter a name of your choice.
    • Authorization Grant Type: Select Authorization Code.
    • Type: Select MCP Client.
    • Application Type: Select Billing.
    • Redirect URL: Enter the URL specific to your MCP client. Refer to the specific MCP client’s documentation to get the redirect URL
  4. Save the OAuth client.
    Click Save.
  5. Store the client credentials.
    Securely store the Client ID and Client Secret displayed after saving. You need these values to configure your MCP client.

The OAuth 2.0 client is created and ready to be used for MCP client configuration.