Showing tag results for 30DaysMSGraph

Nov 20, 2018
Post comments count0
Post likes count0

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

Brian T. Jackett
Brian T. Jackett

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

30DaysMSGraph – Day 19 – Use Case: Assign Permissions using Unified Groups

Srinivas Varukala
Srinivas Varukala

In this post we will show you how to add users to Office 365 unified groups. By virtue of being part of these groups, the user will get permissions to access not just the group but also the associated SharePoint Online site.

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

30DaysMSGraph – Day 18 – Use Case: Update User Mailbox Settings

Srinivas Varukala
Srinivas Varukala

In preparation for onboarding a user, once the user is created and appropriate license is applied, now we can update the user specific mailbox settings like the users time zone, locale info, working hours etc.

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

30DaysMSGraph – Day 17 – Use Case: Assign an Office 365 license

Brian T. Jackett
Brian T. Jackett

In Day 16 we extended the base .Net Core console application to create a user by calling Azure AD.  Today we'll extend the base console application to assign a user license in Office 365.

Microsoft GraphOffice Add-ins
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 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

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