Azure – Creating a common API for accessing any blob in any storage account within a tenant
I'm working on developing an API that allows users to retrieve blobs from Azure Storage (RBAC) using Azure AD OAuth2 authentication. Here's the scenario: Users will authenticate using Azure AD OAuth2 (Authorization Code flow keeping scope as access-as-user) it generates…