Login to Azure Portal
If you have access to multiple tenants, use the Directories + subscriptions filter in the top menu to switch to the tenant in which you want to register the application.
Search for and select Azure Active Directory
Under Manage, select App registrations > New registration
When the Register an application page appears
Enter a Name for your application, for example
Oloid-Sync
. This can be changed later.Change Supported account types to Accounts in this organizational directory only
Leave the Redirect URI section
Select Register to create the application.
On the app's Overview page, find the Application (client) ID and Directory (client) ID
and save it for later use.
Under Manage, select Certificates & secrets
In the Client Secrets section, select New client secret, and then:Under Manage, select API Permissions → Add Permission
a. select Microsoft Graph
b. Select Application Permission
c. Scroll down and Select User.Read.All under User section.
d. Click Add permissions
e. Approve the permission as admin.Share the ApplicationID, DirectoryID and Client Secret with Oloid team.
Instructions to register app and get credentials for user sync to Oloid
Updated over 3 months ago