ChannelSurf icon indicating copy to clipboard operation
ChannelSurf copied to clipboard

Stuck after "You've Successfully signed in"

Open klawlor-kg opened this issue 5 years ago • 6 comments

Let's get started! Sign in to Microsoft with your Teams credentials: To sign in, use a web browser to open the page https://microsoft.com/devicelogin and enter the code ***** to authenticate. You've successfully signed in. Welcome ********

C:\Users\jdoe\source\repos\ChannelSurf\ChannelSurfCli>

This is where I am stuck in the command prompt. The instructions says "Select the target Microsoft Team you want to create or re-create your channels into. You can also choose to create a new Microsoft Team."

Where do I select the target team??? Am I missing something obvious?

klawlor-kg avatar Jun 23 '20 17:06 klawlor-kg

Were you able to make any progress on this? Same status for me after I finally managed to sign in!

orappold avatar Jul 21 '20 16:07 orappold

Please help :D

orappold avatar Jul 21 '20 16:07 orappold

Same problem here..

hamaluik avatar Aug 20 '20 15:08 hamaluik

Check out for the API Permissions of your application in Azure AD. I have set up these:

  • Directory.ReadWrite.All [Delegated]
  • Directory.ReadWrite.All [Application]
  • Files.ReadWrite [Delegated]
  • Files.ReadWrite.All [Delegated]
  • Group.ReadWriteAll [Application]
  • User.Read [Delegated]
  • User.Read [Delegated]
  • User.ReadWrite.All [Delegated]

I guess that you don't need to set them all. If you get success setting with less permissions than I, please let me know.

renatoshimabukuro avatar Sep 01 '20 15:09 renatoshimabukuro

The app proceeded after I added the following delegated permissions and granted admin consent:

  1. Directory.ReadWrite.All
  2. Files.ReadWrite.All
  3. Group.ReadWrite.All
  4. User.ReadWrite.All

ilyalehrman avatar Dec 19 '22 22:12 ilyalehrman

This seems to be well and truly broken at this point. I added all the permissions that have been suggested above and it still stops after successfully signing in.

RossMadness avatar Mar 24 '23 02:03 RossMadness