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

Using mg login with scopes , client id and tenant id (bug-bash) #123

Closed izaktumz-zz closed 3 years ago

izaktumz-zz commented 3 years ago

Describe the bug mg login bug using client id , scopes and tenant id

To Reproduce Steps to reproduce the behavior:

  1. Successfully Installed the cli
  2. Typed the mg login command with the following parameters mg login --scopes "User.Read.All" --client-id my-app-clientid --tenant-id app-tenant-id
  3. Redirected to Login Page
  4. Error Message: Trouble Signing in

Expected behavior Successful Login through the cli

Actual behavior Trouble Signing in

Screenshots If applicable, add screenshots to help explain your problem.

Recommendations Examples of Signing in using cli with different parameters

AB#9561

izaktumz-zz commented 3 years ago

..

jobala commented 3 years ago

Similar to #122