Skip to content

Commit 89bc700

Browse files
Mnickiigavinbarron
andauthored
docs: remove deprecated providers (#2604)
Co-authored-by: Gavin Barron <[email protected]>
1 parent dcec953 commit 89bc700

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

stories/overview.stories.mdx

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -62,26 +62,23 @@ The components are also available as [React components](https://learn.microsoft.
6262

6363
Additionaly the following components are available as preview components. These components are not yet ready for production use and are subject to change.
6464

65-
| Preview Component | Description |
66-
| -------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
67-
| [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. |
65+
| Preview Component | Description |
66+
| ------------------------------------------------------------------------ | ----------------------------------------------------------------------- |
67+
| [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. |
6969

7070
#### Providers
7171

7272
[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.
7373

74-
| Providers | Description |
75-
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ |
76-
| [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. |
74+
| Providers | Description |
75+
| ---------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
76+
| [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. |
8582

8683
### Who should use it?
8784

@@ -107,4 +104,4 @@ The Microsoft Graph Toolkit is supported in the following browsers.
107104
- [Get started](https://learn.microsoft.com/graph/toolkit/get-started/overview) with the Microsoft Graph Toolkit.
108105
- Check out the Microsoft Graph Toolkit on [GitHub](https://aka.ms/mgt).
109106

110-
<TableNamer names={['Microsoft Graph Toolkit Components', 'Components in preview', 'Microsoft Graph Toolkit Providers', 'Supported browsers']}/>
107+
<TableNamer names={['Microsoft Graph Toolkit Components', 'Components in preview', 'Microsoft Graph Toolkit Providers', 'Supported browsers']}/>

0 commit comments

Comments
 (0)