oauth

A 7-post collection




Creating a Microsoft Graph Custom Batch Connector

I recently had the opportunity to contribute to the Microsoft Graph documentation by contributing to a lab that came out of a need I had. tl;dr; Check out how to Create a Microsoft Graph JSON Batch Custom Connector for Microsoft Flow [https://docs.microsoft.com/en-us/graph/training/flow-tutorial] for a great Hands on Lab! The lab walks you through learning more about the custom connector and $batch [https://docs.microsoft.com/en-us/graph/json-batching] endpoint of the Microsoft Graph.  The l...


Azure AD Secured Azure Functions - Creating an Angular Client Application

Part 3 - Azure AD Secured Azure Functions - Creating an Angular Client Application Update 22Mar2019: This article refers to Azure Auth v1.0. Please see Marc LaFleur's v2 Endpoint & Implicit Grant [https://massivescale.com/microsoft-v2-endpoint-implicit-grant/] article if you are looking to get started with the v2 endpoints and MSAL. See comments below for details. * Part 1 - Creating an Azure Function with the Azure CLI 2.0 [https://peteskelly.com/secure-functions-aad-1/] * Part 2 - Securin...