Skip to main content

16 docs tagged with "SDK"

View all tags

End to end tutorial

The end-to-end tutorial is installed as part of the Omada Connectivity SDK and shows you how to fully manage a directory with users, groups and assignments.

JavaScript

The SDK has a JavaScript file that contains an API for the System onboarding process in Enterprise Server.

Libraries

Libraries for coding new connectivity are located in the folder C:\\Program Files\\Omada SDK\\V14.0\\libs.

Reference

This section outlines information that supports the procedures in this guide, such as parameters that you can set, attributes, extensions, configurations and others.

Schemas

Schemas specify the required format of XML configuration files. You can find the schema files for XML files in the folder C:\\Program Files\\Omada SDK\\V14.0\\schemas.

Software Development Kit

The Omada Connectivity Software Development Kit (SDK) is a separate component that allows Omada customers, partners and third parties to create new full-stack connectivity for Omada Identity outside of the general Omada release cycle.

Step 1 – Manual deployment

In this first set of procedures, you must deploy and register a new connectivity, so it can be used in the system onboarding process.

Step 2 – Test the connectivity

The next step in the end-to-end tutorial is to test your connectivity and see where each of the deployed and registered components comes into play.

Step 3 – Writing the collector

A Query collector allows you to write a fully customized collector without the need to dive to deep into technical aspects of SSIS or deploy custom packages.

Step 4 – Writing the connector

To perform provisioning, you must write a connector. To do this, you must create a solution in Visual Studio, create a connector configuration class and implement the connector logic.

Step 5 – Writing the POST action

The system onboarding POST action can be used to verify and modify already-entered onboarding values. In the following example, you can write a POST action, which validates that the entered path to the XML file for the directory is correct, and therefore confirm that the file does exist.

Template connector tutorial

The template connector tutorial is installed as part of the Omada Connectivity SDK, located in the folder C:\\Program Files\\Omada SDK\\V14.0\\tutorials\\template connectivity.

XML Templates

Templates for all the System onboarding configurations can be found in the following path\\Program Files\\Omada SDK\\V14.0\\templates\\xml.