Mainul Hasandev.webdevstory.com·Sep 23, 2024OneDrive Integration with React: Step-by-Step GuideIn this post, I’ll share how to integrate Microsoft OneDrive with your React application. We’ll explore the steps for OAuth 2.0 authentication, getting access and refresh tokens, managing file uploads, and addressing challenges like ETag conflicts an...DiscussOneDrive
Jamie Lawsonjlawson.hashnode.dev·Oct 9, 2023Graph PowerShell Authentication with Managed IdentitiesWhat is a Managed Identity? Managed identities in Azure are a way for us to authenticate to selected Microsoft resources without having to manage credentials and secrets. A managed identity is associated with an Azure resource like an automation acco...DiscussAzure
Muhammad Salmantechforu.hashnode.dev·Sep 4, 2023Read Members from AAD Groups Using C#Let's implement how to get users from AAD (Azure Active Directory) group. Pre-requisite Register App in "App Registration" under Azure Active Directory. Set the API Permissions of the Registered App 1. GroupMember.Read.All 2. User.Read 3. User.Read...DiscussC#
Pat Rubishashbangposh.hashnode.dev·Jul 31, 2023Graph PowerShell adds 4 new charactersThere's a kind of annoying recent change to the Graph PowerShell module: to differentiate which Graph endpoint version you want to use (v1.0 or beta), you used to use Select-MgProfile and it would save the version for the session context. Now however...DiscussPowershell
Rob Windsorrobwindsor.hashnode.dev·Nov 28, 2022Access a SharePoint site by server-relative URL with Microsoft GraphYou have a couple options when accessing SharePoint sites with Microsoft Graph, using the site Id and using the server-relative URL. The documentation alludes to the use of the server-relative URL, but it focusses more on the use of the site Id. I wa...Discuss·1 like·1.6K readsSharePoint
Rob Windsorrobwindsor.hashnode.dev·Nov 21, 2022Accessing SharePoint Lookup Field Values with Microsoft GraphLet's say I have an Orders list that has a lookup on a Customers list. The name of the lookup field is Customer and the target of the lookup is the Title field which stores the customer code. Now I want to get data from the Orders list using Micros...Discuss·1.4K readsMicrosoft Graph
Khanh Nam Doblog.donamkhanh.com·Jul 31, 2022Hướng Dẫn Thêm Custom Attribute Vào Azure Active Directory Claims TokenDự án mình đang làm có yêu cầu sử dụng Azure Active Directory (AAD) để lưu trữ thông tin người dùng & xác thực đăng nhập các kiểu. Ngoài các trường thông tin cơ bản mà AAD hỗ trợ ra thì dự án mình cần lưu thêm 1 số thông tùy chọn khác cho người dùng....DiscussMicrosoft Graph