Skip to main content
All CollectionsOloid WorkflowAccounts
How to get Azure AD Credentials for User Sync
How to get Azure AD Credentials for User Sync

Instructions to register app and get credentials for user sync to Oloid

Updated over a week ago
  1. Login to Azure Portal

  2. 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.

  3. Search for and select Azure Active Directory

  4. Under Manage, select App registrations > New registration



  5. When the Register an application page appears

    1. Enter a Name for your application, for example Oloid-Sync. This can be changed later.

    2. Change Supported account types to Accounts in this organizational directory only

    3. Leave the Redirect URI section

    4. Select Register to create the application.

  6. On the app's Overview page, find the Application (client) ID and Directory (client) ID
    and save it for later use.




  7. Under Manage, select Certificates & secrets
    In the Client Secrets section, select New client secret, and then:

    1. Enter a key description.

    2. Select a key duration (preferably the max available).

    3. Select Add.

    4. When the key value appears, copy it for later use.

  8. 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.

  9. Share the ApplicationID, DirectoryID and Client Secret with Oloid team.

Did this answer your question?