Showing archive results for November 2018

Nov 16, 2018
Post comments count0
Post likes count0

30DaysMSGraph – Day 16 – Use Case: Create user in Azure AD

Brian T. Jackett
Brian T. Jackett

In Day 15 we registered an Azure Active Directory (Azure AD) application and created a console application using .Net Core.  The application uses a client secret and the Microsoft Authentication Library (MSAL) to establish an authentication context with the Microsoft Graph API.  Today we'll extend that application to create a user within Azure AD.

Microsoft Graph
Nov 16, 2018
Post comments count0
Post likes count0

MVP Article – How I joined the PnP Core Team?

SharePoint team
SharePoint team

MVP Article - Journey on how contributions for the community will result in different opportunities for anyone who is willing to share their knowledge.

Microsoft 365 Developer
Nov 15, 2018
Post comments count0
Post likes count0

30DaysMSGraph – Day 15 – Microsoft Graph in .NET Core application

Brian T. Jackett
Brian T. Jackett

In Day 14 we discussed batch processing requests to Microsoft Graph requests.  Today we'll take a big jump and build our first project in .Net Core that can make calls against Microsoft Graph.

Microsoft Graph
Nov 14, 2018
Post comments count0
Post likes count0

30DaysMSGraph – Day 14 – Batch processing

Brian T. Jackett
Brian T. Jackett

In Day 13 we discussed calling Microsoft Graph with Postman.  Today we'll look at the concept of batching that can help optimize your application by combining multiple Microsoft Graph queries.

Microsoft Graph
Nov 12, 2018
Post comments count0
Post likes count0

SharePoint Development Community (PnP) – November 2018 update

SharePoint team
SharePoint team

SharePoint Dev Ecosystem / SharePoint Patterns and Practices (PnP) November 2018 update is out with a summary of the latest guidance, samples, and solutions from SharePoint engineering or from the community for the community. This article is a summary of all the different areas and topics around SharePoint Dev ecosystem during the past month.

Microsoft 365 Developer
Nov 12, 2018
Post comments count0
Post likes count0

30DaysMSGraph – Day 12 – Authentication and authorization scenarios

Brian T. Jackett
Brian T. Jackett

In Day 11 we discussed Access Tokens which are crucial to make Microsoft Graph requests.  Today we'll look at the various authentication scenarios that are possible when querying with Microsoft Graph.

Microsoft GraphMicrosoft identity platform
Nov 11, 2018
Post comments count0
Post likes count0

30DaysMSGraph – Day 11 – Azure AD application permissions

Brian T. Jackett
Brian T. Jackett

In Day 10 we discussed Azure AD applications created through the V1 endpoint.  Today we'll look at the permissions available and how to assign them to a user / Azure AD application.

Microsoft Graph
Nov 10, 2018
Post comments count0
Post likes count0

30DaysMSGraph – Day 10 – Azure AD applications on V1 endpoint

Brian T. Jackett
Brian T. Jackett

In Day 9 we discussed how to register an Azure AD Application using V2 endpoint. Today we’ll look at registering an Azure AD Application using V1 endpoint that will be used to communicate with Microsoft Graph.

Microsoft Graph
Nov 9, 2018
Post comments count0
Post likes count0

30DaysMSGraph – Day 9 – Azure AD applications on V2 endpoint

Brian T. Jackett
Brian T. Jackett

In Day 8 we discussed the authentication roadmap and access tokens which are crucial to make Microsoft Graph requests.  Today we'll look at registering an Azure Active Directory (Azure AD) application that will be used to communicate with Microsoft Graph.

Microsoft Graph