AzureSMR icon indicating copy to clipboard operation
AzureSMR copied to clipboard

Support user based authentication in addition to client authentication

Open blakedubois opened this issue 7 years ago • 2 comments

Currently, only SPNs are supported authentication from AzureSMR to Azure APIs. Certain cases, such as ADLS access, would benefit from user based authentication.

blakedubois avatar May 31 '17 18:05 blakedubois

Please explain in detail what you mean, with references to the documentation and API, if possible.

andrie avatar May 31 '17 20:05 andrie

Interactive and non-interactive authentication as described via link below. Also included should be token refresh (a lot of tokens expire in 60 minutes).

https://docs.microsoft.com/en-us/azure/data-lake-store/data-lake-store-get-started-rest-api#how-do-i-authenticate-using-azure-active-directory

blakedubois avatar Jun 05 '17 15:06 blakedubois