{"id":18777527,"url":"https://github.com/onify/blueprint-microsoft-intune-index-devices","last_synced_at":"2025-06-22T00:03:46.816Z","repository":{"id":198392991,"uuid":"699773553","full_name":"onify/blueprint-microsoft-intune-index-devices","owner":"onify","description":"Onify Blueprint: Index devices from Microsoft Intune","archived":false,"fork":false,"pushed_at":"2023-10-05T06:29:14.000Z","size":405,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-07T03:37:13.359Z","etag":null,"topics":["bpmn","graph-api","integration","intune","microsoft","onify","onify-blueprint","onify-blueprints","rest-api"],"latest_commit_sha":null,"homepage":"https://onify.co","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/onify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-03T10:06:53.000Z","updated_at":"2023-10-05T06:30:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"0cbfb3ec-e84d-41df-b09a-5f4411a53a13","html_url":"https://github.com/onify/blueprint-microsoft-intune-index-devices","commit_stats":null,"previous_names":["onify/blueprint-microsoft-intune-index-devices"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/onify/blueprint-microsoft-intune-index-devices","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onify%2Fblueprint-microsoft-intune-index-devices","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onify%2Fblueprint-microsoft-intune-index-devices/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onify%2Fblueprint-microsoft-intune-index-devices/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onify%2Fblueprint-microsoft-intune-index-devices/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onify","download_url":"https://codeload.github.com/onify/blueprint-microsoft-intune-index-devices/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onify%2Fblueprint-microsoft-intune-index-devices/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261212279,"owners_count":23125577,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bpmn","graph-api","integration","intune","microsoft","onify","onify-blueprint","onify-blueprints","rest-api"],"created_at":"2024-11-07T20:11:30.629Z","updated_at":"2025-06-22T00:03:41.776Z","avatar_url":"https://github.com/onify.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Onify Blueprints](https://files.readme.io/8ba3f14-onify-blueprints-logo.png)\n\n[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)\n![Test suite](https://github.com/onify/blueprint-microsoft-intune-index-devices/workflows/Test%20suite/badge.svg)\n\n# Onify Blueprint: Index devices from Microsoft Intune\n\n[Microsoft Intune](https://www.microsoft.com/security/business/microsoft-intune) is a cloud-based service that focuses on mobile device management (MDM) and mobile application management (MAM). It allows organizations to manage devices and applications across various platforms, including Windows, iOS, and Android. Intune integrates seamlessly with Azure Active Directory and Microsoft 365 to enable secure access to company resources. It offers features like remote wipe, policy enforcement, and software distribution to maintain security and compliance. Overall, Intune provides a centralized platform for managing a mobile workforce.\n\nIn this Blueprint we show how we can index devices from Microsoft Intune using Graph API integration.\n\n![Onify Blueprint: Index devices from Microsoft Intune](blueprint.jpg \"Blueprint\")\n\n## Requirements\n\n* [Onify Hub](https://github.com/onify/install)\n* [Camunda Modeler](https://camunda.com/download/modeler/)\n* [Microsoft Intune](https://www.microsoft.com/security/business/microsoft-intune)\n\n## Included\n\n* 1 x Flow\n\n## Setup\n\n### Microsoft\n\nTo set up and get devices using the Microsoft Graph API endpoint `https://graph.microsoft.com/beta/deviceManagement`, you'll need to go through several steps. Here's a general outline:\n\n#### Prerequisites\n1. **Azure Subscription**: You need an Azure subscription to use Azure AD and register an application.\n2. **Office 365 Subscription**: Required for device management through Microsoft Intune.\n3. **Microsoft Intune**: Make sure you have Intune set up to manage your devices.\n\n#### Register an Application in Azure AD\n1. Go to the Azure portal and navigate to \"Azure Active Directory\".\n2. Go to \"App registrations\" and click \"New registration\".\n3. Fill in the details and click \"Register\".\n\n#### Assign API Permissions\n1. Once the app is registered, go to \"API permissions\".\n2. Click \"Add a permission\" and choose \"Microsoft Graph\".\n3. Under \"Application permissions\", add the permissions required for device management like `DeviceManagementConfiguration.ReadWrite.All`, `DeviceManagementServiceConfig.ReadWrite.All`, etc.\n\n##### Generate Client Secret\n1. Go to \"Certificates \u0026 secrets\" and click \"New client secret\".\n2. Fill in the details and click \"Add\".\n\n\u003e The `/beta` version of the API is subject to change and should not be used in production.\n\n### Onify\n\nAdd the following settings.\n\n|Key|Name|Value|Type|Tag|Role|\n|---|----|-----|----|---|----|\n|_azure_intune_app_client_id|Microsoft Azure App Client ID|***|string|intune, azure|admin|\n|_azure_intune_app_client_secret|Microsoft Azure App Client Secret|***|password|intune, azure|admin|\n|_azure_intune_app_tenant_id|Microsoft Azure Tenant ID|***|string|intune, azure|admin|\n|_azure_intune_select_fields|Fields to get for each device|id,deviceName,managedDeviceOwnerType,userId,complianceState,model,manufacturer,enrolledDateTime,lastSyncDateTime,operatingSystem,userDisplayName,userPrincipalName,managementState,deviceType,osVersion,aadRegistered,deviceEnrollmentType,serialNumber,managedDeviceName|string|intune, azure|admin|\n|_azure_intune_url|Microsoft Azure Graph API endpoint for device management|https://graph.microsoft.com/beta/deviceManagement|string|intune, azure|admin|\n\n\u003e Note: Creating settings via admin interface add a trailing `_` in key. This is required for flow to work.\n\n## Test\n\n1. Open the BPMN diagram in Camunda Modeler.\n2. Deploy the BPMN diagram (click `Deploy current diagram` and follow the steps).\n3. Run it (click `Start current diagram`).\n\n## Support\n\n* Community/forum: https://support.onify.co/discuss\n* Documentation: https://support.onify.co/docs\n* Support and SLA: https://support.onify.co/docs/get-support\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonify%2Fblueprint-microsoft-intune-index-devices","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonify%2Fblueprint-microsoft-intune-index-devices","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonify%2Fblueprint-microsoft-intune-index-devices/lists"}