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

Feat/login #8

Closed jobala closed 4 years ago

jobala commented 4 years ago

Overview

Adds login command

Screenshots

image

image

Notes

The login functionality does not use device code flow, because we want to provide a similar user experience to azure-cli which has an interactive browser experience. To achieve the interactivity we extend the functionality provided by InteractiveBrowserCredential from azure.identity. Acquired tokens are persisted securely by msal-extensions.