Microsoft Graph

Decoding Azure AD Access Tokens with Python

Previously I have written a number of posts on interacting with Azure AD using the Microsoft Authentication Libraries (MSAL) and…

2 years ago

Connecting to Microsoft Graph using the Authorization Code with PKCE Flow and PowerShell

I've authored numerous posts on using the Microsoft Authentication Libraries to connect to Microsoft Graph using PowerShell and Python. They…

2 years ago

Generating PKCE codes with PowerShell

Proof Key for Code Exchange (PKCE) is a mechanism often used with an OAuth2 Authorization Code Grant flow to provide…

2 years ago

Microsoft Graph Permission Scope IDs

Registering Microsoft Graph applications using the Azure Portal and assigning API Permissions is trivial. When you are automating that process…

2 years ago

Interactive Authentication to Microsoft Graph using MSAL with PowerShell and Delegated Permissions

Previously I've written about using MSAL and PowerShell with Application Permissions and Client Credentials and Certificate based authentication. Also with…

3 years ago

Interactive Authentication to Microsoft Graph using MSAL with Python and Delegated Permissions

Earlier this year I wrote this post on Microsoft Graph using MSAL with Python and Delegated Permissions. That post used…

3 years ago

Azure AD User Account Federation Report

Which Azure AD Tenants is my user account federated too? More specifically, in which Azure Active Directory Tenants do I…

3 years ago

Subscribing to Azure AD Change Notifications with PowerShell

Microsoft Graph webhooks or the ability to receive an Azure AD Change Notification has been around for some time. However,…

3 years ago

Microsoft Graph using MSAL with Python and Certificate Authentication

Recently I've posted about accessing Microsoft Graph using MicroSoft Authentication Libraries (MSAL) with Python and using MSAL with Python and…

3 years ago

Microsoft Graph using MSAL with Python and Delegated Permissions

Recently I wrote the Microsoft Graph using MSAL with Python post and mentioned that I would be writing up Python…

3 years ago

This website uses cookies.