Configuration settings for Apps

The behavior of Domino Apps can be adjusted by enabling specific feature flags or tuning the settings of configuration records. These controls govern how apps handle identity propagation, dataset access, and execution limits across projects.

To support recent app enhancements, Domino is enabling the SecureIdentityPropagationToAppsEnabled feature flag. This change may affect older apps due to updates in the Domino host path, and some users may need to update app configurations to restore expected behavior.

The table below summarizes key settings that influence app behavior:

SettingTypePurpose

SecureIdentityPropagationToAppsEnabled

Feature Flag

Enables JWT tokens for identifying the requesting user.

dataset.mountingEnabledInApps

Configuration record

Controls whether Datasets are mounted or accessed via API only.

apps.MaxAppsPerProject

Configuration record

Limits how many apps can exist within a single project.

app.MaxActiveAppRunsPerProject

Configuration record

Caps how many app sessions can run concurrently per project.

Next steps

  • Apps in Domino gives an overview of how apps work within the Domino ecosystem.

  • Create and Publish an App has instructions on creating and publishing your Apps, customizing the App’s URL, and sharing Apps with authorized users.

  • Learn more about how Apps in Domino run and what identity and permissions are used.