Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

ADD A NEW IDEA

Search results

Showing 103 of 103

API-Key Authentication for Domino Web Applications

Provide ability to create a API-Key records in names.nsf for third party applications to connect to Domino resources for various reasons (Mostly REST-API, Web agents, DAS, etc.) Right now customers provide a separate username password and the othe...
over 3 years ago in Domino / Security 5 Under Consideration

Update Domino JVM to newer major version

We are happy that we are at least on Java 8 for now but... the rest of the world is moving on. Our team contain most Java developers and our code runs in Domino (inside osgi-bundles) and this works very well but we would like to have a more curren...
about 5 years ago in Domino 8 Shipped

Make it easy to build JAX-RS RESTful web services within the nsf

JAX-RS and annotations are a powerful way to build RESTful web services. Todai it can be done but you have to take lots of steps to make it possible. For inspiration: https://github.com/OpenNTF/org.openntf.xsp.jakartaee, (and https://www.pradny.co...
over 6 years ago in Domino Designer / Java 5 Under Consideration

Minimize internal REST API usage in Data Grids to visible content only

Suppose an application contains a Management tab for the Management role users that contain several Data Grids with configuration documents, and the tab is not visible to normal users. When the network load was verified on the application, it was ...
5 months ago in Leap 0 Needs Review

Do not stop adding users to ACL if one of them is already on the ACL list.

When you are adding multiple users to ACL (i.e from server address book using "Select Names" dialogbox) and one of them is already on the list, the client displays dialog box that user is on the list and stops the operation. To add the rest of the...
almost 3 years ago in Admin Client 3 Planning to Implement

Add GraphQL interface to core Domino

GraphQL is the better REST. A GraphQL interface would be very beneficial for accessing Domino data from client code like React.js
over 7 years ago in Domino Designer 6 Under Consideration

Generate an error in response if the value is non-numeric in number field in Domino REST API

As an End user, in Domino REST API (DRAPI) I need to be generate an error in response if the value is non-numeric in number field type (float/int/double/byte) because as per the observed behavior, there is no error in response but instead the non-...
6 months ago in Domino / General 0 Needs Review

OAuth support for custom REST APIs

Here are some ideas regarding OAuth support for custom REST APIs in Domino. There is a central configuration database on the server where the admin can register OAuth apps. For each app, he can define one or more custom scopes with a technical id ...
over 6 years ago in Domino 3 Shipped

SHA-3 support for Domino SSL/TLS certificate

Domino currently supports SHA-2(A family of two similar hash functions, with different block sizes, known as SHA-256 and SHA-512. They differ in the word size; SHA-256 uses 32-byte words where SHA-512 uses 64-byte words. There are also truncated v...
over 5 years ago in Domino / Security 0 Shipped

Let Domino answer with Status 401 when Login Form gets showed

When you don't have a valid authenticated session, the domino server automatically responds with the login form. The HTTP Status Code of this response however is "200 - OK". For consuming client code (e.g. in case of using Domino as a REST backend...
over 7 years ago in Domino 5 Shipped