microsoftgraph/msgraph-cli-archived

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

Closed this issue · 2 comments

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

Similar to #122