The global definitions contain the information required for logging in to the One IdentityAn identity usually represents a real person. In addition, identities that do not represent real people, such as machine identities or service identities, can be mapped
List of object matching rules and property mapping rules which map the schema properties of two connected systems to one another. in One Identity Manager. (see also virtual identity; see also main identity/subidentity) Manager database where the changes are to be made.
If the connection to the target system is to be established via remote connection, the data for authentication on the RemoteConnectPlugin is also stored here.
Elements |
Description |
---|---|
WorkDatabase.ConnectionString |
Database server connection parameter. Modify these settings or define a parameter if adding new synchronization projects |
WorkDatabase.AuthenticationString |
Login data for the One Identity Manager database. Modify these settings or define a parameter if adding new synchronization projects to a different database. |
WorkDatabase.DatabaseFactory |
Supported database system. Only SQL Server is supported at present (VI.DB.ViSqlFactory, VI.DB). |
LoadedShell.Uid |
Unique ID of the synchronization project to be loaded. Only required when making changes to existing synchronization projects. |
Remoting.Address |
Address of the remote connection server. Example: <Data Name="Remoting.Address" Display="Remoting address" Type="System.String, mscorlib"><remote connection server name></Data> |
Remoting.Port |
Port of the remote connection server. Example: <Data Name="Remoting.Port" Display="Remoting port" Type="System.Int32, mscorlib">2880</Data> |
Remoting.Option.RequestTimeout |
Maximum duration of a server request in seconds. Example: <Data Name="Remoting.Option.RequestTimeout" Display="Request |
Remoting.Option.AcceptSelfSignedCertificates |
True if self-signed certificates are accepted. Example: <Data Name="Remoting.Option.AcceptSelfSignedCertificates" Display="Accept self signed certificates" Type="System.Boolean, mscorlib">True</Data> If self-signed certificates are not accepted, this element is not required. |
Remoting.AuthParams.Secret |
Secret used by the Synchronization Editor Example: <Data Name="Remoting.AuthParams.Secret" Display="Secret" Type="System.String, mscorlib"><secret></Data> If ADGroupAuthentication is configured for the RemoteConnectPlugin, this element is not required. |