Configuration (on-prem only)
Connectivity package installation
Connectivity packages are part of the Omada.Connectivity.StandardCollectors and Omada.Connectivity.StandardConnectors packages. To install a connectivity package in your installation of Omada Identity:
-
Download the latest connectivity package from the Omada Hub. Go to Omada Identity Product Downloads > Connectivity.
-
Extract the contents of the downloaded .zip files to a folder (for example: C:\Users\administrator\Downloads\).
-
Run the
cmd
(command line) as the administrator. -
Navigate to the folder where you extracted the package and to the Registration Utility folder within (for example: C:\Users\administrator\Downloads\RegistrationUtility).
-
Register the connectivity package using the Register Connectivity tool supplied with the package.
-
Go one folder up (to **C:\Users\administrator\Downloads\Omada.Connectivity.**name.<version>.XX) and run the command:
powershell . ./deploy.ps1
noteThe deploy.ps1 script copies binaries to the appropriate places. It starts and stops services, if necessary, for example OPS and ES Timer Services. It is necessary to run the script on all servers hosting ES, ODW or OPS.
-
Run the Enterprise Server and go to Setup > Administration > Connectivity > Packages. Check if the installed connectivity package is on the package list.
Registering the Connectivity package
You can register the connectivity package using Omada Identity OData API. Using the integrated authentication, run the following command:
Omada.SDK.RegisterConnectivity.exe -F "C:\Users\administrator\Downloads\Omada.Connectivity.<name>.<version>.<XX>\Artifacts\Registration\Registration.xml" -url "https://<url>/OData"
where:
- C:\Users\administrator\Downloads is changed to the actual location where you extracted the Connectivity package
- name is the name of the downloaded Connectivity package
- XX is the actual version of the downloaded Connectivity package
- url is the actual URL to your Omada Identity OData API endpoint
If you are a Data Administrator, you can perform the registration in the context of another user. To do so, run the following command:
Omada.SDK.RegisterConnectivity.exe -F "C:\Users\administrator\Downloads\Omada.Connectivity.<name>.<version>.<XX>\Artifacts\Registration\Registration.xml" -url "https://<url>/OData" -user "<user>" -pwd "<password>"
where:
- C:\Users\administrator\Downloads is changed to the actual location where you extracted the Connectivity package
- name is the name of the downloaded Connectivity package
- XX is the actual version of the downloaded Connectivity package
- url is the actual URL to your Omada Identity OData API endpoint
- user is your actual administrator username
- password is your actual password
Register a new system
- In Systems view, click New to register a new system.
- Enter the name of the new system in the Name field of the pop-up screen.
- Enter the unique system ID in the System ID field.
- From the Category dropdown, select New.
- Select the relevant Connectivity radio button.
- In the Content field, select the type of data that you want to import from and provision to the system.