Forum Discussion

Michal Garcarz's avatar
Michal Garcarz
Copper Contributor
Jan 21, 2018
Solved

Shared Access Signatures for front end apps (not client) ?

Hello Team,   Typical use case for SAS is to provide client direct access to our storage service - as explained here: (https://docs.microsoft.com/en-us/azure/storage/common/storage-dotnet-share...
  • Hannel Hazeley's avatar
    Hannel Hazeley
    Jan 23, 2018

    Hello Michal,

     

    I am not the expert on application development and don't think you can find examples because it sounds like you are creating a custom solution.

     

    But to talk about Azure storage access, if you want an app to be able to generate SAS token (account or service level), the app needs to be given IAM role access to the Azure Storage.

     

    https://docs.microsoft.com/en-us/azure/active-directory/role-based-access-control-what-is

    https://docs.microsoft.com/en-us/azure/storage/common/storage-security-guide#management-plane-security

     

    Hope this helps in your research.

     

     

     

     

     

     

Resources