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

Support logging in with personal Microsoft account #155

Closed MIchaelMainer closed 3 years ago

MIchaelMainer commented 3 years ago

Is your feature request related to a problem? Please describe. Azure CLI enables me to login in with my personal MSA. I've got multiple subscriptions associated with my personal MSA. MS Graph CLI requires that I use a work or school account. This will be blocker for a lot developers who develop using their personal account that manages their personal subscriptions.

For example, when we get a demo tenant for Microsoft Graph, it does not come with demo Azure subscription with it.

Describe the solution you'd like Update the application registration for the CLI to allow personal accounts.

AB#10123