JDBC Driver for Pipedrive

Build 23.0.8839

Creating a Custom OAuth Application

Creating a Custom OAuth Application

If you do not have access to the user name and password or do not wish to require them, you can use OAuth authentication. Pipedrive uses the OAuth authentication standard, which requires the authenticating user to interact with Pipedrive via the browser. Authenticating via OAuth requires the use of the OAuth client credentials, client Id, and client secret.

To register a custom OAuth application and obtain the OAuth client credentials, client id, and client secret:

  1. Log into your Pipedrive account Login Page.
  2. At the drop-down menu, click Tools and integrations. Pipedrive displays the Settings page.
  3. In the menu at left, click Marketplace Manager.
  4. Click Create new app.
  5. Click the yes or no button.
  6. Fill in all requested items.
  7. Enter a value for the application's Redirect URI:

    • If you are making a desktop application, set the Callback URL to http://localhost:33333 or a different port number of your choice.
    • If you are making a web application, set the Callback URL to a page on your Web app that you want the user to be returned to after they have authorized your application.

  8. When you have filled in all required fields, click Save. Pipedrive displays a confirmation screen that shows the data you have just filled in.
  9. Check your entries on the confirmation screen. If everything looks correct, click Add a new.

Enabled applications are displayed in the list and the process completes.

The OAuthClientId and ClientSecret are displayed along with the information you specified when setting up the application. Record the OAuthClientID and ClientSecret for future use.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839