This article describes how to set properties regarding environment variables for MobileIron connector in the smartid.env file.
- Open the environment file <SMARTIDHOME>/compose/smartid.env for editing.
- Set the properties for the following three variables to fit your deployment:
MOBILEIRON_REST_URL=
MOBILEIRON_REST_USERNAME=
MOBILEIRON_REST_PASSWORD=
The actual data export to the Mobileron connector will be configured via SCIM export in Smart ID Identity Manager. Read more here about how to configure SCIM export: Set up data export to external data source from Identity Manager.
The default properties for the MobileIron connector, set in smartid.env, can optionally be overridden by setting these thee extra variables in the process map, prior to the SCIM export. This allows to access multiple MobileIron instances, by sending the connection parameters dynamically via the BPMN process configuration.
- scimServerUrl - specifies the MobileIron instance that the connector will connect to
- scimServerUsername - the username for the MobileIron server
- scimServerPassword - the password for the MobileIron server