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

Add documentation on running msgraph-cli from a docker container #31

Closed jobala closed 3 years ago

jobala commented 4 years ago

msgraph-cli is installed inside a docker container but users/contributers won't know this until they look at the Dockerfile

jobala commented 4 years ago

@ddyett users won't be able to log in when using the docker container because it doesn't have a browser and we log in users interactively. What do you think of adding support for device code authentication flow instead of #21.

ddyett commented 4 years ago

i think we'll need #21 at some point. Do we allow passing in an appid

jobala commented 4 years ago

No we don't. Tracking it with #38

Will #38 make #21 redundant? If it does, it will be better to let the user pass an appId instead of passing an access token because passing access tokens is less secure and we won't be able to use azure-identity for token management -- token storage and renewal.