Posts by this author

Nov 20, 2018
Post comments count0
Post likes count0

30DaysMSGraph – Day 20 – Use case: Device Code flow to authenticate users

In Day 19 we assigned user permissions to an Office 365 Group (unified group) using Microsoft Graph requests.  Today we'll introduce device code authentication and modify the .Net Core console application to utilize this authentication flow.

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

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

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 14, 2018
Post comments count0
Post likes count0

30DaysMSGraph – Day 14 – Batch processing

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