Configure Domino OAuth (REST API)¶
This guide will describe how to add a new OAuth application for Boards users to login via Domino.
Steps¶
-
Open the REST API and click
Configuration
-
Login
-
Click
Application Management - OAUTH
-
Click
Add Application
-
Enter the following details and click
ADD
Determine the appropriate URL for your environment as per our guide.
- Application Name:
Huddo Boards
-
Callback URL, e.g.
https://<ON_PREM_BOARDS_URL>/auth/domino/callback https://boards.huddo.com/auth/domino/[encoded domain]/callback
-
Startup Page, e.g.
https://<ON_PREM_BOARDS_URL>/auth/domino https://boards.huddo.com/auth/domino/[encoded domain]
-
Scope:
$DATA
(click+
icon) - Contacts:
<YOUR_EMAIL>
- Application Name:
-
Click the
generate application secret
icon. -
Copy both the
App Id
andApp Secret
These will be referred to later as
CLIENT_ID
andCLIENT_SECRET