Include Page | ||||
---|---|---|---|---|
|
Note |
---|
UltiPro support has been deprecated. Please use UKGPro instead. |
Steps to create OAuth connector
Log in to your UltiPro account as an administrator.
Click on the "Administration" tab in the top navigation bar.
Under the "Integration" section, click on "API Developer Portal".
Once in the API Developer Portal, click on the "Applications" tab in the left-hand menu.
Click on the "Create Application" button in the upper right-hand corner of the page.
Enter a name for your OAuth application in the "Name" field.
Enter a description for your application in the "Description" field (optional).
Choose the type of OAuth grant as Client Credentials Grant.
Enter the redirect URI as
https://app.zillasecurity.com/api/auth/callback/ultipro
.Select the scope as
client
.Click on the "Save" button to create your OAuth application.
Copy the
oauthApplicationId
,clientId
andoauthApplicationSecret
for future use.
Steps to get region
In the API Developer Portal, click on the "Authentication" tab in the left-hand menu.
Your UltiPro region will be displayed in the "Endpoint URL" field, after the https://api.ultipro.com/ part of the URL. It will be a two-letter code such as "US" for United States or "CA" for Canada.
Steps to get Organization Id
In the API Developer Portal, click on the "Authentication" tab in the left-hand menu.
Your organization ID will be displayed in the "Organization ID" field.
Setup UltiPro Application Integration on Zilla
Login to Zilla using your admin credentials.
Click
Add Application
in the top right.A window with a search bar appears, type in UltiPro in the search bar. UltiPro application entry will appear at the top of the list, click
Add to Applications
button to the right.Fill in the form with appropriate details and then click
Add to Applications
button.NOTE: To configure UltiPro as a directory: navigate to Settings > User Directory > Add Application. Select the instance you just created and click
Designate
.A detailed view of UltiPro application appears. Click
Sync now
or thegear icon
in top right corner to configure your application.Enable API Integration option from the dialog.
Add the configuration details that you gathered above and then click
Next
.Click
Next
again.Click
Done
.Click
Close
.
...