VerboseLogging |
Set the parameter to obtain more detailed messages on starting and stopping the One Identity Manager Service. |
DebugMode |
In DebugMode, One Identity Manager Service writes additional information to the log file. For example, all the parameters and results that are passed to a component are written to the log file.
NOTE: This parameter is used for localizing errors. It is not recommended to set this parameter in normal working conditions on performance grounds. |
ComponentDebugMode |
When set, individual One Identity Manager Service process components write additional process information to a log file.
NOTE: This parameter is used for localizing errors. It is not recommended to set this parameter in normal working conditions on performance grounds. |
HTTP Header (HTTPHeader) |
HTTP header for status page. Pipe (|) delimited list of headers in the form: "name1: value1|name2: value2".
Supported values are:
-
X-Frame options: SAMEORIGIN
-
X-Content type options: nosniff
-
Content-Security-Policy: default-src 'self';script-src 'self' 'unsafe-inline';style-src 'self' 'unsafe-inline';img-src 'self' data:;font-src 'self' data:
-
X-XSS-Protection: 1; mode=block
Example:
"X-Frame-Options: SAMEORIGIN|X-Content-Type-Options:nosniff" |
HTTPAddress |
If One Identity Manager Service is running on a computer with several network cards, you can use this parameter to define which service should work over which IP address. If no IP address is entered, then all of them are used. |
HTTPPort |
Every One Identity Manager Service automatically works as an HTTP server. This parameter specifies the port that One Identity Manager Service works with. The default value is port 1880.
The HTTP server is addressed by:
http://<server name>:<port number> |
Do not protect private keys (DoNotProtectPrivateKeys) |
If the One Identity Manager Service finds a private key in the installation directory on startup, it places the key in the Windows internal key container of its service account and deletes the file from the hard drive. If this option is enabled, the key files are not moved to the key container. |
Logging of Job provider and running instance (LogDestinationAndProviderId) |
Specifies whether the job provider ID and running instance are output in the log messages of the process step. |
Do not write the configuration back to the database (DoNotWriteConfigBack) |
By default, the service configuration is written to the database. To prevent this, enable this option. |
Secrets folder (SecretsFolder) |
Path the secret files' repository that can be used by the parameters. The path can take the form %Name%. Default value is %SECRETS%. |
Secrets allowed as replacements (SecretsAllowList) |
Comma-delimited list of secret names that are allowed as replacements in parameters. In the directory under SecretsFolder, there must be a file with the name of the secret that contains the value.
Syntax:
&SECRET(Name)&
Example:
&SECRET(API_KEY)&
In the %SECRETS% folder, there must be a API_KEY file containing the value. |
Language |
Language used for error messages and outputs from the One Identity Manager Service. Permitted values are German and English. The default value is English. |
UseSSL |
Specifies whether the HTTP server is to provide secure connections. If this option is enabled, you can access the server from your browser using HTTPS.
The One Identity Manager Service uses System.Net.HttpListener for the web interface. For more information on how to configure certificates, see How to: Configure a port with an SSL certificate. |
DoNotProtectCryptedValues |
Nomally, encrypted values from the Jobservice.cfg are additionally protected by the data protection API. This prevents use by other accounts or servers. This option switches of additional protection to use it on other cluster nodes, for example.
NOTE: If you set this option, it causes problems if the database being synchronized against the One Identity Manager Service database is not encrypted. Therefore, ensure that database encryption is enabled. |
Wait time if start failed (WaitTimeOnFailedStart) |
The time to wait after a failed start before a retry is carried out. The default value is 90 seconds.
Timeout format:
hours:minutes:seconds |
Retries on failed start (RetriesOnFailedStart) |
Number of retries for the One Identity Manager Service to start up. The default value is 5. |