RestServicePort
This key sets the communication port for HTTP protocol and REST services. This port is used for communications with PowerShell and One Identity Manager clients and web server.
Table 46: Configuration setting: RestServiePort
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key ="RestServicePort" value="8723"/> |
Value |
Default: 8723 |
How to modify |
Replace the value as required. |
SelfService.AllowNonPublishedGroups
This setting defines whether groups that are not published to the IT Shop are to be displayed in the list of groups presented in the web portal for a self-service resource access request.
Table 47: Configuration setting: SelfService.AllowNonPublishedGroups
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key="SelfService.AllowNonPublishedGroups" value="false"/> |
Value |
Valid values:
- false: do not include non-published groups in list (default)
- true: include non-published groups in list
|
How to modify |
Replace the value as required. |
Notes |
This setting affects what groups are shown to the business owner. |
SelfService.AllowUnsychronizedGroups
This setting defines whether groups that are not synchronized by One Identity Manager are to be displayed in the list of groups presented in the web portal for a self-service resource access request.
Table 48: Configuration setting: SelfService.AllowUnsychronizedGroups
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key="SelfService.AllowUnsychronizedGroups" value="false"/> |
Value |
Valid values:
- false: do not include unsychronized groups in list (default)
- true: include unsychronized groups in list
|
How to modify |
Replace the value as required. |
Notes |
This setting affects what groups are shown to the business owner. |
SelfService.EnableSelfServiceRequest
This key is used to enable the self-service requests functionality.
Table 49: Configuration setting: SelfService.EnableSelfServiceRequest
Configuration file |
%ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name |
<appSettings> |
Setting |
<add key="SelfService.EnableSelfServiceRequest" value="true"/> |
Value |
Valid values:
- false: disable self-service requests
- true: enable self-service requests (default)
|
How to modify |
Replace the value as required. |