Azure Active Directory Settings
Azure Active Directory Settings - DLH documentation.
This section explains the Azure Active Directory details needed and how to configure Azure Active Directory with DLH to import users and groups from Azure Active Directory.
NOTE: This feature is available in On-Premises Deployment but not in Syncfusion Managed Cloud Server.
Steps to register DLH application in Azure Active Directory to import users and groups
- Login to the Azure Portal.
- Go to the respective Azure Active Directory. Click on
App registrationsin the left side menu and then click onNew registrationto add a new application.
3. Enter the name of the application and choose the following options:
- Accounts in any organizational directory (Any Azure AD directory - Multitenant) as
Supported account types. - Web under the
Redirect URI (optional)section for DLH web and Public client/native (mobile & desktop) for the DLH mobile application. Enter the Redirect URI and then click onRegister.

The application will be added to the directory and you can view the details of the application in the App registrations.
4. Select Branding in the left side menu, enter the Home page URL, and click Save.
5. Select Certificates & secrets to add a client secret by clicking on New client secret as shown in the following screenshot.

NOTE: Save the client secret value generated.
- Go to
API permissions,

click on Add a permission,

select the APIs my organization uses, and click on Microsoft Graph.
7. In Microsoft Graph, click on Application Permissions.

In search option, find the Directory, expand the Directory option, and select Read directory data.
8. Click Delegated Permissions, find the Directory, and expand the Directory option, and select Read directory data and Access directory as the signed in user.

After that, find the Group, expand the Group option, and select Read all groups.

After that, find the User, expand the User option, and select Read and write access to user profile.


After that, find the OpenId permissions, expand the OpenId permissions option, select View user's basic profile, and finally click on the Add permissions.
9. After adding the permissions, click on Grant admin consent to grant admin consent for the same.

Configure Azure Active Directory details in DLH to import users and groups
You will need the following Azure Active Directory details to configure DLH with your Azure Active Directory.

NOTE: Enabling the
Import users from groupssetting will import and synchronize users when importing and synchronizing groups with Azure AD. Enable this setting if you need to import users from your Azure AD groups.
- Tenant Name: It is the default domain name of your Active Directory. Go to the created
Azure Active Directoryand copy the domain name.

- Client ID: It is the Client Id of the DLH application in your Azure Active Directory. Go to the registered application and copy the
Application Idin theOverviewand paste it here.

- Client Secret Code: It is the secure key of the DLH application you created in your Azure Active Directory. Go to
Certificates & secretsand search for the Keys you saved for the application, then choose theValue.
