Login Page Integration in KNIME Application Built via org.knime.product Repository

Hi KNIME Community,

I’ve built a custom KNIME application using the org.knime.product repository and I’m trying to integrate a login page that appears on application launch. My goal is to authenticate users before they can interact with the KNIME UI or workflows.

I’ve attempted to make changes within the org.knime.product setup, but unfortunately, those changes are not reflecting as expected when I launch the application.

Here are a few details:

  • I’m modifying the build directly from the org.knime.product repository.
  • I want the login page to be part of the initial UI — ideally before any workflow or KNIME UI loads.
  • I’m not using KNIME Server or WebPortal — this is a standalone desktop deployment.

Questions:

  1. Is there a recommended way to hook into the KNIME launch process to inject a login screen?
  2. Are there specific files or configurations in the org.knime.product repo that control the startup UI?
  3. Has anyone successfully implemented a login page in a custom KNIME build?

Any guidance or pointers to documentation/examples would be greatly appreciated!

Thanks,
Varun

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.