timuralp opened a new pull request #119: URL: https://github.com/apache/jclouds/pull/119
Implements the Azure AD authentication for Azure Blob, using the OAuth module. Added more parameters to the AzureBlob provider: - azureblob.auth - azureblob.account - azureblob.tenantId The "auth" parameter is used to specify whether Key/SAS auth or Active Directory is used. When using Active Directory auth, the identity no longer maps to the storage account, which has to be specified explicitly. The tenant ID also needs to be supplied to construct the auth URL to obtain the token correctly. Fixes #1558 Another commit is required to bump the API version to enable Active Directory authentication. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@jclouds.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org