Skip to main content
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.
1

Access Maximizer Administrator

  1. Log in to your Maximizer instance with an account that has an Administrator role.
2

Navigate to OAuth Settings

  1. In the left pane, under Preferences, select System Options.
  2. Click the OAuth 2.0 Settings tab.
3

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
4

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.
5

Next

Follow the Quickstart to connect your first account.
For more details, see Maximizer OAuth documentation.