How to setup SharePoint Online Sites.Selected permissions
When using the Sites.Selected permission scope, you can specify at the site level which permissions your app has on that specific site.
Application development, architecture design, and security in Microsoft cloud
When using the Sites.Selected permission scope, you can specify at the site level which permissions your app has on that specific site.
Want to use an Azure managed identity to securely call the Power BI API? This post guides you through the required configurations and demonstrates how to obtain an access token in a C# app and Logic Apps.
In this article, we’ll connect to Security & Compliance PowerShell on a script run by an Azure Function using certificate authentication.
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.
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.
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.