> ## Documentation Index
> Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# How to register your own Maximizer (On-Premise) OAuth app

> Register an OAuth app with Maximizer (On-Premise) and connect it to Nango

This guide shows you how to register your own OAuth client in Maximizer to obtain your **Client ID** and **Client Secret**. These credentials are required so your users can grant your app access to their Maximizer account via Nango.

<Steps>
  <Step title="Access Maximizer Administrator">
    1. Log in to your Maximizer instance with an account that has an **Administrator** role.
  </Step>

  <Step title="Navigate to OAuth Settings">
    1. In the left pane, under **Preferences**, select **System Options**.
    2. Click the **OAuth 2.0 Settings** tab.
  </Step>

  <Step title="Add a new OAuth client">
    1. Click **Add**.
    2. Enter the following details:
       * **Name**: The name of your OAuth 2.0 client application.
       * **Redirect URI**: Add `https://api.nango.dev/oauth/callback` as your redirect url
  </Step>

  <Step title="Save the client profile">
    1. Click **Save** to generate the **Client ID** and **Client Secret**.
    2. Copy and store both values; you will enter them when configuring the Maximizer integration in Nango.
  </Step>

  <Step title="Next">
    Follow the [*Quickstart*](/getting-started/quickstart) to connect your first account.
  </Step>
</Steps>

For more details, see [Maximizer OAuth documentation](https://developer.maximizer.com/reference/oauth).

***
