Forum Discussion
Per Ola Sneve
Jun 21, 2017Copper Contributor
SharePoint site for Office 365 group not created when group is created programmatically via Graph
I have created Office 365 Group programmatically via C# and Graph. The group shows up as expected in Outlook but when I try to enter the site https://<tenant>.sharepoint.com/teams/<mailNickName> I ju...
- Aug 29, 2017
This is now working as expected. You can create O365 groups with SharePoint sites via Graph API using app-only credentials. I am using the PnP UnifiedGroups utility and this works pretty well with a few exceptions though now and than.
Per Ola Sneve
Jun 21, 2017Copper Contributor
I finally got it working by using SharePoint Online HTTP handler (SPHttpClientHandler) from this page to post the activation url. It uses a logged on users context and not Azure App context.
I still wonder if it's possible to create the Office 365 SharePoint site using Azure App authorization