[storage] Add browser support for User Delegation key #21840
Labels
Client
This issue points to a problem in the data-plane of the library.
feature-request
This issue requires a new behavior in the product in order be resolved.
Storage
Storage Service (Queues, Blobs, Files)
Since the user delegation key can be created using the AAD token.
A desire scenario is that logged in users can directly access a blob (pdf, image, etc.) that they have permission to, using its url + SAS token from a user delegation key in the browser.
We'd need to enable this for browsers
There are already existing packages that do hmac computation in browsers. core-util also provides
computeSha256Hmac
azure-sdk-for-js/sdk/core/core-util/src/index.ts
Line 9 in 6259284
The text was updated successfully, but these errors were encountered: