Method 1 (Recommended): Using Keragon's default Monday app
- First install Keragon's app in your Monday account by following this link.
- Once this is done go to your Keragon dashboard and start creating a new Monday authentication.
- Choose OAuth 2.0 under the Authentication method and select the Simple option for the Authentication flow (this is the default).
- Click Connect.
Method 2: Using your own custom Monday app
- Login to your Monday account, click on your profile picture on the top navigation bar and then click on the Developers section.
- You should see the My apps page. Now click on Create app
- You should see a form now. Fill in the following info
- Name: Give a name to your app
- Short description: Give a short description
- Click Save App at the bottom of the page
- On the left sidebar click on OAuth
- Select all scopes and click Save Scopes
- Click on the Redirect URLs tab and enter the two URLs below and click Save Scopes
-
https://api.us-1.keragon.com/rest/auth/callback
-
https://api.us-east-1.keragon.com/rest/auth/callback
-
- Finally, from the left sidebar click on Basic Information and copy your Client ID and Client Secret.
- You are all set on the Monday side! Now switch to your Keragon dashboard and go to create a new authentication.
- When creating a new authentication choose OAuth 2.0 under the Authentication method and check the Advanced option for the Authentication flow.
- Paste your Client ID and Client secret obtained in a previous step from Monday's dashboard. Click Connect.
Â