HCL Domino REST API for Boards Cloud¶
Huddo Boards Cloud supports authentication, user and group lookup with HCL Domino.
Tip
See Domino REST API for Boards On-Premise for Boards On Premise installations.
Prerequisites¶
- Domino REST API installed and configured. Ensure you setup the oauth.json file.
- Enabled access to names.nsf
Setup¶
- 
Configure OAuth URLs Boards Cloud uses a base64 encoded version of your Domino Server domain, you can use a service like https://www.base64encode.org/ to achieve this. // callback URL https://boards.huddo.com/auth/domino/[ encoded domain ]/callback // startup page https://boards.huddo.com/auth/domino/[ encoded domain ]e.g. the callback url would look like this: https://boards.huddo.com/auth/domino/cHJvdG9uLmV4YW1wbGUuY29t/callbackPlease determine the URL for your environment and then follow this guide. 
Application Process¶
Please email support@huddo.com with the following details
| Item | Detail / example | 
|---|---|
| DOMINO_AUTH_URL | HCL Domino REST API URL. E.g. https://domino.example.com:8080 | 
| DOMINO_CLIENT_ID | The IAM Application client id | 
| DOMINO_CLIENT_SECRET | The IAM Application client secret |