{"id":18777559,"url":"https://github.com/onify/blueprint-azure-index-users","last_synced_at":"2026-03-19T06:19:49.903Z","repository":{"id":40620058,"uuid":"350309927","full_name":"onify/blueprint-azure-index-users","owner":"onify","description":"Onify Blueprint: Indexing Users from Microsoft Azure AD via Microsoft Graph","archived":false,"fork":false,"pushed_at":"2022-06-27T05:12:02.000Z","size":613,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-16T17:57:03.983Z","etag":null,"topics":["blueprint","bpmn","flow","indexing","microsoft","microsoft-azure","microsoft-graph-api","oauth2","onify","onify-blueprint","onify-blueprints","rest-api"],"latest_commit_sha":null,"homepage":"https://onify.co","language":null,"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}},"created_at":"2021-03-22T11:01:02.000Z","updated_at":"2022-06-27T05:12:05.000Z","dependencies_parsed_at":"2022-09-23T18:21:02.741Z","dependency_job_id":null,"html_url":"https://github.com/onify/blueprint-azure-index-users","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onify%2Fblueprint-azure-index-users","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onify%2Fblueprint-azure-index-users/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onify%2Fblueprint-azure-index-users/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onify%2Fblueprint-azure-index-users/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onify","download_url":"https://codeload.github.com/onify/blueprint-azure-index-users/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239687682,"owners_count":19680773,"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":["blueprint","bpmn","flow","indexing","microsoft","microsoft-azure","microsoft-graph-api","oauth2","onify","onify-blueprint","onify-blueprints","rest-api"],"created_at":"2024-11-07T20:11:49.655Z","updated_at":"2025-12-16T23:30:14.727Z","avatar_url":"https://github.com/onify.png","language":null,"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\n# Onify Blueprint: Indexing Users from Microsoft Azure AD via Microsoft Graph\n\nWant to get information from Microsoft Azure into Onify? It is easy! By using Microsoft Graph API we can read/write from/to Azure. Here we show how we can index users from Azure AD and create items. All you need to do is create actions and processes to get the automation part working :)\n\n![ Onify Blueprint: Indexing Users from Microsoft Azure AD via Microsoft Graph](blueprint.jpg \"Blueprint\")\n\n## Requirements\n\n* Onify Hub v2\n* Onify Flow license\n* Camunda Modeler 4.4 or later \n* Microsoft Azure (Office 365)\n\n## Included\n\n* 1 x Flows\n\n## Setup\n\n### Microsoft Azure\n\nIn order to index information from Microsoft Azure we need to setup a couple of things. \n\n1. Register your app (platform must be set to native (Mobile and desktop applications))\n2. Configure permissions for Microsoft Graph (minimum `User.Read.All`)\n3. Get administrator consent (via `https://login.microsoftonline.com/\u003cTENANTID\u003e/adminconsent?client_id=\u003cCLIENTID\u003e`)\n\n\u003e For more information about setting up Microsoft Graph/Azure API credentials, see https://docs.microsoft.com/en-us/graph/auth-v2-service.\n\n### Settings\n\nAdd the following setting(s) to Onify.\n\n_Replace `\u003cTENANT\u003e`, `\u003cCLIENTID\u003e` and `\u003cCLIENTSECRET\u003e` with correct values._\n\n```json\n{\n  \"key\": \"_azure_credentials\",\n  \"name\": \"Microsoft Azure credentials\",\n  \"value\": \"{\\\"tenant\\\":\\\"\u003cTENANTID\u003e\\\", \\\"client_id\\\":\\\"\u003cCLIENTID\u003e\\\", \\\"client_secret\\\":\\\"\u003cCLIENTSECRET\u003e\\\"}\",\n  \"type\": \"object\",\n  \"tag\": [\n    \"azure\",\n    \"credentials\",\n    \"frontend\"\n  ],\n  \"category\": \"custom\",\n  \"role\": [\n    \"admin\"\n  ]\n}\n```\n\n### Deploy\n\n1. Open `index-users-from-azure.bpmn` in Camunda Modeler\n2. Click `Deploy current diagram` and follow the steps\n\n## Run \n\nTo test and run the flow, 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonify%2Fblueprint-azure-index-users","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonify%2Fblueprint-azure-index-users","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonify%2Fblueprint-azure-index-users/lists"}