How to use Security & Compliance PowerShell with application permissions on Azure Functions
In this article, we’ll connect to Security & Compliance PowerShell on a script run by an Azure Function using certificate authentication.
Application development, architecture design, and security in Microsoft cloud
In this article, we’ll connect to Security & Compliance PowerShell on a script run by an Azure Function using certificate authentication.
Let’s deploy a SharePoint Framework solution that uses a library component from another repository in the same Azure DevOps organization.
In this article, we’ll connect to Exchange Online in a PowerShell script run by an Azure Function using the Function App’s managed identity.
Let’s authenticate to SharePoint Online from an Azure Function via PnP PowerShell using the managed identity or a self-signed certificate.
Easily take advantage of reusable code (that you are not allowed to share publicly) across all of your work projects.
Managing user access does not need to be tedious and constant work. Let’s take a look at the built-in features of Azure AD Access Reviews, whether they are enough for real-life purposes, and how we can improve things via custom solutions.
Did you know there is a way for us to securely authenticate to Entra ID protected APIs while simultaneously avoiding storing any credentials?
This blog post is meant to be the one place to get all of the information you need for setting up certificate authentication. This scenario is important when you, for example, want to use the SharePoint Online REST API with application permissions.
Last week I realized that I have never actually shared how you can authenticate to Microsoft Graph from Microsoft Flow using delegated permissions. So, without further ado, let me show you how you can do that with a REST request. You can also use this method in other daemon apps such as Azure Functions or WebJobs.
In some extranet scenarios, you want to limit external sharing only to the employees of specific organizations. In Office 365, you can do that by configuring a list of allowed domains for guest invites. But what if one or more of your stakeholder organizations have blocked access to other Office 365 tenants via tenant restrictions?
Whenever you want to call Microsoft Graph from your custom solutions, you need to have an application registration in your Azure Active Directory first. In this blog post, I show you three ways to create an app registration in the Azure AD, and how you can choose the right way depending on your situation.
The Office 365 external sharing settings have been a hot topic in many conversations lately. I have also got to work with those, and in this blog post, I’ll tell you how to programmatically disable external sharing for a single O365 Group and its team site.