Skip to main content
Version: Omada Identity on-premises 16.0.0

Registry settings (deprecated)

important

Registry-based configuration is deprecated and retained for knowledge and backward compatibility purposes only.

Omada recommends using configuration files (such as Web.config and Omada.OE.Service.exe.config) instead of Windows Registry settings whenever supported.

For more information, refer to the Web.config configuration settings documentation.

Overview

Historically, several Omada components supported configuration through Windows Registry settings.

This approach is no longer recommended for new installations or upgrades. Configuration files provide:

  • simpler deployment management
  • improved transparency
  • easier automation
  • better version control support
  • reduced dependency on Windows Registry modifications
tip

Use configuration files instead of registry settings whenever possible.

Existing registry-based configurations may continue to function for backward compatibility, but future versions may remove support for some registry keys.

Migration guidance

If you currently use registry-based configuration:

  1. Review whether the setting is supported in configuration files.
  2. Move the configuration to the appropriate .config or Web.config file.
  3. Remove obsolete registry entries where applicable.
  4. Restart the affected service.

Legacy registry settings reference

warning

The following settings are documented for existing legacy deployments only.

The registry settings are found in the Registry path HKEY_LOCAL_MACHINE\SOFTWARE\Omada\Omada Enterprise\{OmadaIdentity-Version}.

info

For information about making changes to the Windows Registry, see the Microsoft Support article.