How to find your OAuth 2.0 client credentials in Monday

Method 1 (Recommended): Using Keragon's default Monday app

  1. First install Keragon's app in your Monday account by following this link.
  2. Once this is done go to your Keragon dashboard and start creating a new Monday authentication.
  3. Choose OAuth 2.0 under the Authentication method and select the Simple option for the Authentication flow (this is the default).
  4. Click Connect.

Method 2: Using your own custom Monday app

  1. Login to your Monday account, click on your profile picture on the top navigation bar and then click on the Developers section.
    monday_1.png
  2. You should see the My apps page. Now click on Create app
    image (44).png
  3. You should see a form now. Fill in the following info
    1. Name: Give a name to your app
    2. Short description: Give a short description
    3. Click Save App at the bottom of the page
  4. On the left sidebar click on OAuth
    image (45).png
  5. Select all scopes and click Save Scopes
    monday_scopes.png
  6. Click on the Redirect URLs tab and enter the two URLs below and click Save Scopes
    1. https://api.us-1.keragon.com/rest/auth/callback
    2. https://api.us-east-1.keragon.com/rest/auth/callback
  7. Finally, from the left sidebar click on Basic Information and copy your Client ID and Client Secret.
    monday_clientid.png
  8. You are all set on the Monday side! Now switch to your Keragon dashboard and go to create a new authentication.
  9. When creating a new authentication choose OAuth 2.0 under the Authentication method and check the Advanced option for the Authentication flow.
    image (46).png
  10. Paste your Client ID and Client secret obtained in a previous step from Monday's dashboard. Click Connect.

 

Was this article helpful?
0 out of 0 found this helpful

Articles in this section