Piasys

Episode #139 – Microsoft Graph Advanced Queries for Directory Objects

Here you can find the transcript of Episode #139 of PiaSys TechBites. Welcome back to PiaSys TechBites. Today we talk about Microsoft Graph advanced queries against directory objects. In fact, the Microsoft Graph team recently introduced some enhancements to the query capabilities of Microsoft Graph when the target of the query is a directory object, like […]

Episode #133 – Back-end API of a Microsoft Teams Tabs with Single Sign-On

Here you can find the transcript of Episode #133 of PiaSys TechBites. Welcome back to PiaSys Tech Bites. Today I’m really excited because I’m going to talk with you about a topic that I really like. Last week we saw that we can easily create, using the Yo Teams generator, a Teams tab or a Teams […]

Episode #127 – Using MSAL and Azure AD B2C to Authenticate “external” users

Here you can find the transcript of Episode #127 of PiaSys TechBites. Welcome back to PiaSys Tech Bites. This week, I want to talk with you about Azure Active Directory Business to Consumer, which is a really powerful service provided by Microsoft, in order to create solutions that authenticate external users in a business to consumer […]

Episode #118 – Using MSAL.NET to access Microsoft Graph – Part 2

Here you can find the transcript of Episode #118 of PiaSys TechBites. Welcome back to PiaSys Tech Bites. Today, we keep on talking about MSAL, the Microsoft Authentication Library, which is a library that helps developers to acquire tokens, to consume the Microsoft Graph, first of all, as well as any other API registered in […]

Episode #117 – Using MSAL.NET to access Microsoft Graph – Part 1

Here you can find the transcript of Episode #117 of PiaSys TechBites. Welcome back to PiaSys Tech Bite. Today I want to talk with you about MSAL, the Microsoft authentication library, which is a library that helps developers to retrieve tokens to consume APIs secure with the Microsoft identity platform. I’m talking about the APIs […]

Getting an Access Token for a service in SPFx

Since SharePoint Framework version 1.6 it is possible to consume either the Microsoft Graph or any other third-party API secured with Microsoft Azure Active Directory. Here you can see how to consume the Microsoft Graph, while here you can see how to consume any other third-party API. I will deeply cover the topic at the […]