Connecting to Azure Active Directory (Azure AD) on Oloid Workflow is a multistep process involving configuration steps in the Microsoft Active Directory and Oloid Workflow.
Steps to create Oloid Workflow on Azure AD
Creating Oloid Workflow Application on Azure AD consists of the following steps:
Step 1: Register your application
Register your Oloid Workflow application with Azure AD.
Log in to the Azure Active Directory
Select App registrations.
On the resulting page, click + New registration.
Name your application. This is the user-facing display name for this application. Microsoft allows you to change this name later.
In Supported account types, select the first option, Accounts in this organizational directory only.
In the Redirect URI field, set the platform type to Web and provide the redirect URI.
The next page displays the details of the newly-created application. Pay attention to the Application (client) ID and the Directory (tenant) ID. You will need these values later to authenticate in Oloid Workflow.
Step 2: Assign permissions to your application
Now it's time to assign permissions to our Oloid Workflow application.
These instructions demonstrate how to grant the minimum permissions necessary to establish a connection with Oloid Workflow. The permissions you need are variable and based on your use case.
Select API permissions from the left navigation sidebar.
Click + Add a permission.
Click Microsoft Graph to open the permissions interface.
Select Application permissions.
Scroll to User. Add the
User.Read.All
andUser.ReadWrite.All
permissions, along with any other necessary permissions.Click Add permissions.
You will see these permissions added to Microsoft Graph. However, you will need admin approval to grant them to your application officially.
If you are logged in with an administrator account, click Grant admin consent for Default Directory.
Once admin consent is granted, Microsoft updates the Status column to Granted.