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 mappedList 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 projectsA collection of all data required for synchronizingThe processSequence of process steps for mapping an operational workflow. The process steps are connected to one another by predecessor/successor relationships. This functionality allows flexibility when linking up actions and sequences on object events. of comparing data between One Identity Manager and a target system. Objects and their properties are compared by fixed rules. Synchronization results in the identical data situation in the target system and One Identity Manager database. and provisioning a target system. Connection data, schema classes and properties, mappings, and synchronization workflows all belongs to this. to a different database. |
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="RequestRequest for products in the IT ShopIT Shop structure to which shelves and customers are assigned. Together with shelves, products, and shopping centers, shops form a hierarchically structured IT Shop solution.. Products can be company resourcesEquipment that is necessary for an identity's work efficiency, for example, mobile phones, desks, company cars, or keys. Resources can be any equipment that is not system entitlements, devices, or software., such as system rolessee: hierarchical role or system entitlements, or membership in hierarchical rolesA collection of departments, cost centers, locations, and business roles. Through membership in hierarchical roles, company resources can be inherited by identities.. Requests follow a defined approval processProcess of granting or denying approval for IT Shop requests. An approval process starts with a product request and ends with the request being finally granted or denied approval. Details of approval processes are specified in approval policiesDetermines which approval workflow is applied to an attestation case or an request, renewal, or unsubscription in the IT Shop. and approval workflows. that determines whether a product may be assigned or not. timeout" Type="System.Int32, mscorlib">3600000</Data> |
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 EditorOne Identity Manager tool for configuring target system synchronizationPost processing of objects that were marked as outstanding by synchronization.. to authenticate on the RemoteConnectPlugin if SecretAuthentication is configured for the RemoteConnectPlugin. 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. |