Skip to content

Support authentication using tokens from Microsoft Entra ID #17115

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dkocher opened this issue May 19, 2025 · 1 comment
Open

Support authentication using tokens from Microsoft Entra ID #17115

dkocher opened this issue May 19, 2025 · 1 comment
Assignees
Labels
azure Azure Protocol Implementation

Comments

@dkocher
Copy link
Contributor

dkocher commented May 19, 2025

Azure Storage supports using Microsoft Entra ID to authorize requests to blob data. With Microsoft Entra ID, you can use Azure role-based access control (Azure RBAC) to grant permissions to a security principal, which may be a user, group, or application service principal. The security principal is authenticated by Microsoft Entra ID to return an OAuth 2.0 token. The token can then be used to authorize a request against the Blob service. 1

Footnotes

  1. https://learn.microsoft.com/en-us/azure/storage/blobs/authorize-access-azure-active-directory

@dkocher dkocher added the azure Azure Protocol Implementation label May 19, 2025
@dkocher
Copy link
Contributor Author

dkocher commented May 19, 2025

May depend on #15967.

@dkocher dkocher self-assigned this May 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
azure Azure Protocol Implementation
Projects
None yet
Development

No branches or pull requests

1 participant