> ## 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 Candis OAuth app

> Register an OAuth app with Candis and connect it to Nango

This guide shows you how to register your own app with Candis to obtain your OAuth credentials (client ID and client secret). These are required so your users can grant your app access to their Candis account.

<Steps>
  <Step title="Request Client ID and Client Secret">
    To receive your Client ID and Client Secret, contact the Candis team and include your Redirect URL as `https://api.nango.dev/oauth/callback` in the message so they can whitelist it during setup.

    You can reach Candis via:

    * **Developer documentation chat** – Use the chat in the Candis developer documentation.
    * **Email** – Write to [support@candis.io](mailto:support@candis.io).
  </Step>

  <Step title="Obtain your OAuth app credentials">
    Once your application is configured, you will receive both the client ID and client secret. Save them securely—you will need them when configuring the Candis integration in Nango.
  </Step>

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

For more details, see the [Candis OAuth 2.0 Integration Guide](https://developer.candis.io/docs/how-to-authenticate).

***
