microsoftgraph / msgraph-cli-archived

The Microsoft Graph CLI repository has moved. This repository is now an archive.
https://github.com/microsoftgraph/msgraph-cli
Other
44 stars 9 forks source link

Task/update identity #16

Closed jobala closed 4 years ago

jobala commented 4 years ago

Overview

This PR uses azure-identity==1.4.0b7 which is a beta release. We are using a beta release so that we can give feedback -- if any -- to the azure-identity team. I have also encapsulated the authentication logic which was spread between custom.py and custom_browser_credential.py in an authentication object.

Fixes #9

ddyett commented 4 years ago

do we have a timeline for azure identity to come out of beta?

MIchaelMainer commented 4 years ago

@ddyett The feature we need, InteractiveBrowserCredential with persistent token cache, will come out of beta in November.

https://github.com/Azure/azure-sdk-for-python/issues/13189#issuecomment-677796303

ddyett commented 4 years ago

@ddyett The feature we need, InteractiveBrowserCredential with persistent token cache, will come out of beta in November.

Azure/azure-sdk-for-python#13189 (comment)

ah ok makes sense