{"id":20188779,"url":"https://github.com/finickyflame/ms-graph-samples","last_synced_at":"2026-05-29T13:31:27.341Z","repository":{"id":180300416,"uuid":"664919473","full_name":"Finickyflame/ms-graph-samples","owner":"Finickyflame","description":"Samples applications using the Microsoft Graph Sdk and Dotnet 7","archived":false,"fork":false,"pushed_at":"2023-07-11T15:39:21.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T07:14:17.184Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":false,"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/Finickyflame.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-07-11T03:40:59.000Z","updated_at":"2023-07-11T03:48:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"c79ba20a-0268-4416-a30e-383ecf1ed0ed","html_url":"https://github.com/Finickyflame/ms-graph-samples","commit_stats":null,"previous_names":["finickyflame/ms-graph-samples"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Finickyflame/ms-graph-samples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Finickyflame%2Fms-graph-samples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Finickyflame%2Fms-graph-samples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Finickyflame%2Fms-graph-samples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Finickyflame%2Fms-graph-samples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Finickyflame","download_url":"https://codeload.github.com/Finickyflame/ms-graph-samples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Finickyflame%2Fms-graph-samples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33655440,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-14T03:31:13.573Z","updated_at":"2026-05-29T13:31:27.322Z","avatar_url":"https://github.com/Finickyflame.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# Microsoft Graph samples\n\nSamples applications using the Microsoft Graph Sdk and Dotnet 7\n\n## Prerequisites\n- [.NET 7 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)\n- [Visual Studio 2022](https://visualstudio.microsoft.com/vs/), [Visual Studio Code](https://code.visualstudio.com/) or [Rider](https://www.jetbrains.com/rider/)\n\n## Projects\n- [ConsoleApp](./src/ConsoleApp)\n\n## How to debug\n\n### 1. Restore projects\n```bash\ndotnet restore\n```\n\n### 2. Update appsettings.json with your own Tenant, Client and Secret Ids\n```json\n{\n  \"AzureAd\": {\n    \"Instance\": \"https://login.microsoftonline.com/\",\n    \"TenantId\": \"00000000-0000-0000-0000-000000000000\",\n    \"ClientId\": \"00000000-0000-0000-0000-000000000000\",\n    \"ClientCredentials\": [\n      {\n        \"SourceType\": \"ClientSecret\",\n        \"ClientSecret\": \"00000000-0000-0000-0000-000000000000-\"\n      }\n    ]\n  }\n}\n```\n\nSee [Quickstart: Register an application with the Microsoft identity platform](https://learn.microsoft.com/en-ca/azure/active-directory/develop/quickstart-register-app) for more details on how to register an app on Azure Active Directory.\n\nYour registered application in Azure will need both `User.ReadWrite.All` and `Tasks.ReadWrite.All` permissions in order for this executable to work properly.\n\n\n### 3. Run the application\n```bash\ndotnet run\n```\n\n## Links\n- [Microsoft Graph REST API v1.0 endpoint reference](https://learn.microsoft.com/en-us/graph/api/overview?view=graph-rest-1.0)\n- [Daemon app that calls web APIs - app registration](https://learn.microsoft.com/en-us/azure/active-directory/develop/scenario-daemon-app-registration)\n- [Azure Samples - Daemon](https://github.com/Azure-Samples/active-directory-dotnetcore-daemon-v2/tree/master)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinickyflame%2Fms-graph-samples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffinickyflame%2Fms-graph-samples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinickyflame%2Fms-graph-samples/lists"}