2:22 – Miscellaneous Announcements
- API reference for PnP Sites Core – Target release in coming 2-3 weeks
-
Access Apps Deprecated in Online
- June 17th no more new Access Apps
- April 2018 no more Access Apps
- Detection the Access Apps that live in your tenant using the PnP Access App Scanner
7:42 – What’s the role of technologies in SPO
-
SharePoint Framework is currently targeted at lists
- UI Framework for creating JavaScript based customizations
- JavaScript stored in the public CDN does not contain any data just logic
14:12 – SharePoint Dev – Build announcements
-
Web part to web part connections
-
Code based customization only currently, UI coming in the future
-
-
SharePoint Framework Extensions
- We have modern way of doing JSLink and custom user action
- Application Customizer starting in dev preview will only have the header
- 26:35 – Extensions Demo
-
OpenID Connect support for 3rd party solutions
- Native APIs to request OpenID Access token to call Office365 services
40:33 – SharePoint Framework Roadmap
- Can use App Parts in modern pages
- SPFx landing in on-premises as part of Feature Pack 2 – no date yet for FP2
43:04 – Office 365 CDN
- Publish your static assets automatically through CDN from your Office 365 tenant, including client-side web part assets
- Supports anonymous and authenticated (public / private) publishing
-
Enabled by tenant administrator with PowerShell (or CSOM) and is free to use.
-
Private CDN Logic Flow
- https://dev.office.com/blogs/general-availability-of-office-365-cdn
- Cannot use Public CDN to access assets outside of the tenant. Referrer check in place
55:27 – Open Discussion
-
Gulp task to deploy SPFx to SharePoint Lib
- Elio Struyf has article and code to handle this
-
To remove users from Office365 Group do you have to use Graph or can we use core
- Looking into that
-
Is there a CSOM method to deploy SPFx to app catalog
- Can deploy to catalog but cannot automate deployment of app to sites, working on it