Tag: Azure Entra
All the articles with the tag "Azure Entra".
Centralized Control: One App Registration for Blazor Frontend and ASP.NET API
Published: at 08:06In this post, we will explore how to utilize Azure Entra to authenticate users and roles for authorization in a Blazor Server application, as well as how to apply these roles within an API from a single app registration.
Using an identity from a different tenant in an Azure Function to access resources
Published: at 10:41In this blog I will explain how to use an identity from a different tenant in an Azure Function to access resources. This can be useful when you want to access resources in a different tenant from your Azure Function. For example, when you want to access resources in a customer tenant from your Azure Function using a service principal.