Skip to content

Commit a3cd408

Browse files
committed
Roadmap updates on the Graph and Azure AD secured API support with v1.4.1
1 parent 78afd71 commit a3cd408

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/spfx/roadmap.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ The first release of the SharePoint Framework contained only support for client-
1616
- [Application Lifecycle Management (ALM) APIs for SPFx solutions and add-ins](../apis/alm-api-for-spfx-add-ins.md)
1717
- [Office UI Fabric Core support](https://dev.office.com/blogs/improved-support-for-office-ui-fabric-core)
1818
- [Asset packaging and site collection app catalog](../general-development/site-collection-app-catalog.md)
19-
19+
- [Improved MS Graph integration with additional scopes](./use-msgraph.md)
20+
- [Call securely Azure AD secured applications from SharePoint Framework](./use-aadhttpclient.md)
2021

2122
> [!NOTE]
2223
> This is a list of areas that SharePoint engineering has in the backlog and is looking into. This does **NOT** mean that all of them will be delivered, but we are looking into getting items and topics from this list gradually released with the future releases of SharePoint Framework.
2324
2425
## General improvements
2526

26-
- Easy access to Graph API to access user specific information (GraphHttpClient in preview)
2727
- Site level WebHooks
2828
- Updated 'store' story with SharePoint Framework support
2929
- 'Store' story for SharePoint Framework solutions with easy distribution channel for ISVs
@@ -59,6 +59,11 @@ The first release of the SharePoint Framework contained only support for client-
5959

6060
The following sections list older items that have already shipped.
6161

62+
### Improved Microsoft Graph and Azure AD secured API access
63+
64+
- Use any tenant administrator approved Microsoft Graph scope in your SharePoint Framework solutions
65+
- Call securely APIs secured with Azure Active Directory - Like custom WebAPIs or Azure Functions
66+
6267
### Asset packaging
6368

6469
- Automatic CDN hosting for code. Package JavaScript bundle into app package, which is automatically deployed to a library that gets hosted on your tenant Office 365 CDN.

0 commit comments

Comments
 (0)