Menu Close

🚀 My Project Highlights

GraphConnect.JT #1

What is Graph API & Why It Matters

  • 🔗 Unified Microsoft 365 access
  • 📅 Calendar & Mail APIs
  • 🔐 OAuth token-based auth

GraphConnect.JT #2

Azure App Registration

  • 🆕 Register app in Azure
  • 🛡️ Add Graph permissions
  • 🔁 Setup redirect URI

GraphConnect.JT #3

MSAL Authentication

  • 🔐 Use MSAL for login
  • 🪪 Access token generation
  • ♻️ Refresh tokens seamlessly

GraphConnect.JT #4

Making Your First API Call

  • 📡 Call Graph endpoint
  • 🧠 Understand JSON response
  • ⚠️ Error handling tips

GraphConnect.JT #5

Reading Emails with Graph

  • 📬 Access Mail.Read
  • 📎 Handle attachments
  • 📥 Use filters & folders

GraphConnect.JT #6

Graph Permissions Deep Dive

  • 👥 Delegated vs Application
  • 🔒 Least-privilege principle
  • 🔄 Consent flow