About 8,250 results
Open links in new tab
  1. Authentication and authorization basics - Microsoft Graph

    Dec 23, 2024 · This article provides an overview of the requirements for an app to be authorized to access data via any Microsoft Graph API.

  2. Client ID and Secret Authentication to Microsoft Graph API

    Jan 23, 2025 · In this post, I’ll demonstrate how to authenticate to the Microsoft Graph API using Client ID and Secret in PowerShell. The client secret method is suitable for server-to-server communication …

  3. Authenticating to the Microsoft Graph API with PowerShell

    Aug 6, 2024 · Learn how to authenticate to the Microsoft Graph API using PowerShell! Discover the best practices for using service principals, app secrets, and certificates.

  4. Robust Authentication with Microsoft Graph API (Using MSAL and …

    May 18, 2025 · Unlock robust and efficient Microsoft Graph API authentication in your Python applications using MSAL and Service Principals. Learn best practices for the Client Credentials Flow, …

  5. Manage users' authentication methods using Microsoft Graph

    Learn how to manage your users' authentication methods and get users registered to do multifactor authentication (MFA) and self-service password reset (SSPR).

  6. Deep Diving Microsoft Graph SDK Authentication Methods

    Jan 12, 2025 · Learn how to authenticate to Microsoft Graph using the Microsoft Graph SDK for secure automation workflows.

  7. Enterprise-Grade Microsoft Graph API Authentication in ASP.NET …

    Dec 17, 2025 · Microsoft Graph API enables powerful integrations with Microsoft Entra ID and Microsoft 365, but it must be secured correctly. While client secrets provide a quick start, client certificate …

  8. Authenticate to Microsoft Graph API using OAuth 2.0 Client ... - Aembit

    This article explains how to authenticate a server with the Microsoft Graph REST API. You can use the OAuth 2.0 client credentials grant specified in RFC 6749, sometimes called two-legged OAuth, to …

  9. How to Integrate Microsoft 365 Authentication in a .NET App with MS

    Jul 3, 2025 · Learn how to validate Microsoft tokens, authenticate users via OpenID Connect, and access Microsoft Graph API securely using Azure.Identity and ASP.NET Core

  10. Microsoft Graph SDK Authentication in C#: Quick Start Guide

    Jun 20, 2025 · Microsoft Graph is the unified REST API for Microsoft 365. Think of it as a single gateway to access data across SharePoint, Teams, OneDrive, Outlook, Azure AD, and more - all through one …