Identity Provider
This is work in progress
We are constantly working on improving Domino REST API's functionality and documentation. You have a documentation page which is not quite ready. Feel free to feedback what you would like to see here.
Topics to guide you in completing goals and tasks about Identity Provider in relation to Domino REST API:
Client Ids
When configuring an external identity provider using OpenID Connect (OIDC) or OIDC-idpcat with HCL Domino and the Domino REST API, you must specify a client ID. The default recommendation is to use Domino as the client ID for the Domino REST API server. However, your identity provider administrator might require a different value depending on your organization’s configuration.
Separate client IDs (application registrations) are required to support the Admin UI and Office Forms Based Authentication (OFBA). To support these features, configure at least the following clients in your identity provider:
- A client used by the Domino REST API server. You can name the client
Dominoor any descriptive name. The client secret might be managed throughidpcat.nsf. - A client used by the Domino REST API Admin UI. You can name the client
keepadminuior any descriptive name. Configure this client if you want administrators to authenticate through the external identity provider. - A client used for OFBA round-trip editing of Office documents. You can name the client
keepofbaor any descriptive name.
You should also create separate clients for each custom application that connects to the Domino REST API.