You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stories/overview.stories.mdx
+13-16Lines changed: 13 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,26 +62,23 @@ The components are also available as [React components](https://learn.microsoft.
62
62
63
63
Additionaly the following components are available as preview components. These components are not yet ready for production use and are subject to change.
|[Search Box](?path=/story/preview-mgt-search-box--search-box)| An input box for search scenarios. |
68
+
|[Seach Results](?path=/story/preview-mgt-search-results--search-results)| A component for executing search queries and displaying search results. |
69
69
70
70
#### Providers
71
71
72
72
[Providers](https://learn.microsoft.com/graph/toolkit/providers/providers) enable authentication and provide the implementation for acquiring access tokens on various platforms and expose a Microsoft Graph client for calling the Microsoft Graph APIs. The components work best when used with a provider, but the providers can be used on their own.
|[MSAL](https://learn.microsoft.com/graph/toolkit/providers/msal)| Uses msal.js to sign in users and acquire tokens to use with Microsoft Graph. |
77
-
|[MSAL2](https://learn.microsoft.com/graph/toolkit/providers/msal2)| Uses msal-browser to sign in users and acquire tokens to use with Microsoft Graph. |
78
-
|[SharePoint](https://learn.microsoft.com/graph/toolkit/providers/sharepoint)| Authenticates and provides Microsoft Graph access to components inside of SharePoint web parts. |
79
-
|[Teams](https://learn.microsoft.com/graph/toolkit/providers/teams)| Uses msal.js to sign in users and acquire tokens on the client in Microsoft Teams tabs. |
80
-
|[Teams MSAL2](https://learn.microsoft.com/graph/toolkit/providers/teams-msal2)| Uses msal-browser to sign in users and acquire tokens in Microsoft Teams tabs. Supports Single Sign-On with custom backend. |
81
-
|[TeamsFx](https://learn.microsoft.com/graph/toolkit/providers/teamsfx)| Use the TeamsFx provider inside your Microsoft Teams applications to provide Microsoft Graph Toolkit components access to Microsoft Graph. |
82
-
|[Electron](https://learn.microsoft.com/graph/toolkit/providers/electron)| Authenticates and provides Microsoft Graph access to components inside of Electron apps |
83
-
|[Proxy](https://learn.microsoft.com/graph/toolkit/providers/proxy)| Allows the use of backend authentication by routing all calls to Microsoft Graph through your backend. |
84
-
|[Custom](https://learn.microsoft.com/graph/toolkit/providers/custom)| Create a custom provider to enable authentication and access to Microsoft Graph with your application's existing authentication code. |
|[MSAL2](https://learn.microsoft.com/graph/toolkit/providers/msal2)| Uses msal-browser to sign in users and acquire tokens to use with Microsoft Graph. |
77
+
|[SharePoint](https://learn.microsoft.com/graph/toolkit/providers/sharepoint)| Authenticates and provides Microsoft Graph access to components inside of SharePoint web parts. |
78
+
|[TeamsFx](https://learn.microsoft.com/graph/toolkit/providers/teamsfx)| Use the TeamsFx provider inside your Microsoft Teams applications to provide Microsoft Graph Toolkit components access to Microsoft Graph. |
79
+
|[Electron](https://learn.microsoft.com/graph/toolkit/providers/electron)| Authenticates and provides Microsoft Graph access to components inside of Electron apps |
80
+
|[Proxy](https://learn.microsoft.com/graph/toolkit/providers/proxy)| Allows the use of backend authentication by routing all calls to Microsoft Graph through your backend. |
81
+
|[Custom](https://learn.microsoft.com/graph/toolkit/providers/custom)| Create a custom provider to enable authentication and access to Microsoft Graph with your application's existing authentication code. |
85
82
86
83
### Who should use it?
87
84
@@ -107,4 +104,4 @@ The Microsoft Graph Toolkit is supported in the following browsers.
107
104
-[Get started](https://learn.microsoft.com/graph/toolkit/get-started/overview) with the Microsoft Graph Toolkit.
108
105
- Check out the Microsoft Graph Toolkit on [GitHub](https://aka.ms/mgt).
0 commit comments