

Uses msal-browser to sign in users and acquire tokens on Microsoft Teams tabs. Uses msal.js to sign in users and acquire tokens on the client on Microsoft Teams tabs. Uses msal-browser to sign in users and acquire tokens to use with Microsoft Graph.Īuthenticates and provides Microsoft Graph access to components inside of Electron apps.Īuthenticates and provides Microsoft Graph access to components inside of SharePoint web parts. Uses msal.js to sign in users and acquire tokens to use with Microsoft Graph. The components work best when used with a provider, but the providers can be used on their own. Providers enable authentication, provide the implementation for acquiring access tokens on various platforms, and expose a Microsoft Graph client for calling the Microsoft Graph APIs.

Provides the ability to search for Microsoft Teams channels to select a channel from a rendered list of results.ĭisplays and enables adding, removing, completing, or editing of tasks from Microsoft To Do.ĭisplays and enables adding, removing, completing, or editing of tasks from Microsoft Planner or Microsoft To Do. Lets you make a GET query to any Microsoft Graph API directly in your HTML. Represents a file or folder with an icon, a file name, an author, and more.ĭisplays a list of multiple files or folders. Provides the ability to search for people and renders the list of results.Ī flyout used on the person component to display more profile information about a user. ComponentĪ button and a flyout control to authenticate a user with the Microsoft Identity platform and display the user's profile information when they sign in.ĭisplays a person or contact by their photo, name, and/or email address.ĭisplays a group of people or contacts by their photos or initials.ĭisplays events in a user's or group's calendar. The components are also available as React components. Microsoft Graph Toolkit includes a collection of web components for the most commonly built experiences powered by Microsoft Graph APIs. What's in Microsoft Graph Toolkit? Components In the following example, a signed-in user and their calendar events are displayed with just two lines of code by using the Login and Agenda components. Microsoft Graph Toolkit makes it easy to use Microsoft Graph in your application. The components are fully functional right of out of the box, with built-in providers that authenticate with and fetch data from Microsoft Graph. Microsoft Graph Toolkit is a collection of reusable, framework-agnostic components and authentication providers for accessing and working with Microsoft Graph.
