Skip to content

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

  1. Domino REST API installed and configured. Ensure you setup the oauth.json file.
  2. Enabled access to names.nsf

Setup

  1. 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/callback

    Please determine the URL for your environment and then follow this guide.

  2. Configure Schema

  3. Configure Scope

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