An open API service indexing awesome lists of open source software.

https://github.com/microsoftgraph/msgraph-training-javascript

About Completed project for Build JavaScript apps with Microsoft Graph
https://github.com/microsoftgraph/msgraph-training-javascript

devxtraining

Last synced: 7 months ago
JSON representation

About Completed project for Build JavaScript apps with Microsoft Graph

Awesome Lists containing this project

README

          

# Build JavaScript apps with Microsoft Graph - Completed project

[![Node.js build](https://github.com/microsoftgraph/msgraph-training-javascript/actions/workflows/nodejs.yml/badge.svg)](https://github.com/microsoftgraph/msgraph-training-javascript/actions/workflows/nodejs.yml) ![License.](https://img.shields.io/badge/license-MIT-green.svg)

This sample will introduce you to working with the Microsoft Graph SDK to access data in Microsoft 365 from .NET applications. This code is the result of completing the [JavaScript Microsoft Graph tutorial](https://learn.microsoft.com/graph/tutorials/javascript) and the [JavaScript Microsoft Graph app-only tutorial](https://learn.microsoft.com/graph/tutorials/javascript-app-only).

## Running the sample

The code for the delegated user authentication sample is in the [user-auth](user-auth) folder. Instructions to configure and run the sample can be found in the [README](user-auth/README.md) in that folder.

The code for the app-only authentication sample is in the [app-auth](app-auth) folder. Instructions to configure and run the sample can be found in the [README](app-auth/README.md) in that folder.

## Code of conduct

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

## Disclaimer

**THIS CODE IS PROVIDED _AS IS_ WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**