Microsoft Intune

Connection Requirements

1

Tenant ID and Client ID

Steps to create Tenant ID and Client ID:

  • Log in to the Azure Portal with an administrator account.

  • Select Azure Active Directory.

  • Select App registrations > New registration. Fill in the details and click Register.

  • After you have created the app, you should see its Application ID and Directory ID. Write down these values in a safe place. These values are known as Client ID and Tenant ID.

2

Client Secret

  • In the left menu, select Certificates & Secrets > New Client Secret. Click Add and copy the secret value.

  • In the left menu, select API Permissions > Add a permission. Then select APIs my organization uses and choose the Microsoft Graph API.

  • Select Application Permissions for required permissions.

  • Add the permission DeviceManagementManagedDevices.Read.All.

circle-info

🔵 secret value Make sure that you copy the secret value, not the secret ID.

Example:

Secret value: "H2jNYbOKrU"
Secret ID: 92355f2b-57af-4130-af44-62f091aa44e2
3

Fetch MFA Data

Use this to fetch Multi-Factor Authentication (MFA) data for users related to the device (optional, default: False).

4

SSL

Use SSL for connection (optional, default: Encrypted).

5

Timeout

Define the maximum duration, in seconds, before the connection is automatically closed if there is no response. This field is optional and defaults to 60 seconds. Adjust this value if your network or server configuration requires a longer timeout period.

circle-exclamation

Was this helpful?