You can grant read/write access for individual Azure storage (V1 or V2) containers (e.g. a Blob storage container) to Azure active directory users: Let us say we want the user testuser@mydomain.onmicrosoft.com have merely read access to the (private) container auditinfoclient01. To accomplish this, just choose the container in the Azure portal and open the AccessContinue reading “Access Control for Azure (Blob) Storage Containers”
Tag Archives: Active Directory
ASP.Net Core and IIS: Use web.config to authorize Users/AD Groups
As a very fast and dirty solution to the authorization problem for an internally used web application (developed using asp.net core 2.1), I could put the old web.config file to good use: to allow certain users, add the following section: Similarly, to allow members of a certain AD group add the follwoing: For more information,Continue reading “ASP.Net Core and IIS: Use web.config to authorize Users/AD Groups”