Skip to content

Boards for HCL Domino (REST API)

Huddo Boards supports authentication, user and group lookup with HCL Domino.

Outcome


Using the old Proton configuration?

See our migration guide.


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

    For an on premise installation the callback url & startup page is simple:

    https://<BOARDS_URL>/auth/domino/callback
    https://<BOARDS_URL>/auth/domino
    

    For example:

    https://boards.your.domain.com/auth/domino/callback
    https://boards.your.domain.com/auth/domino
    
    // if you have a context root (i.e. you would access boards application at /boards)
    https://your.domain.com/boards/auth/domino/callback
    https://your.domain.com/boards/auth/domino
    

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

  2. Configure Schema

  3. Configure Scope

Licence

Huddo Boards requires a licence key from the Huddo Store. For more details see here.

  1. Register your account
  2. Create your Organisation
  3. Add client details for your Domino server

    Domino Client

  4. Download licence key - this will be used in the environment variable licence.env.LICENCE

Deployment

  1. Deploy Boards using the Domino values in either: