Skip to content

[FEATURE REQ] Add TokenCredential auth to azure.storage.blob.nio #43341

Open
@veinlumera

Description

@veinlumera

Is your feature request related to a problem? Please describe.
We would like to use Microsoft EntraID/Azure AD authentication when we use azure.storage.blob.nio to access Azure Blob Storage containers

Describe the solution you'd like
Add the possibility to use TokenCredential interface based object in the configmap that is sent into AzureFileSystemProvider#newFileSystem method. Basically it seems the handling of that Interface need to be added in the AzureFileSystem#buildBlobServiceClient that only handles the AzureStorageSharedKeyCredential and AzureStorageSasTokenCredential ath the moment.

Describe alternatives you've considered
Alternatives...well use the AzureStorageSharedKeyCredential object but it would be a lot nicer to use EntraID

Metadata

Metadata

Assignees

Labels

ClientThis issue points to a problem in the data-plane of the library.StorageStorage Service (Queues, Blobs, Files)customer-reportedIssues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions