-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stuck at the place right after the authentication. #23
Comments
same here, it just says You've successfully signed in. and I signed in using the global admin account. Any help is much appreciated. |
Seems the same here, only I get an additional error: "The request body must contain the following parameter: 'client_assertion' or 'client_secret'."
|
I could fix this issue by passed this error and faced another one , after selecting the destination team I see this error message : Unhandled Exception: System.NotSupportedException: The given path's format is not supported. |
Thanks, it worked for me, too. I have a next error, too, but it's different to yours. :) My temp directory is "/tmp/tmpf0ZHvu.tmp", on Linux, and there is no exception there. I got "Tenant does not have a SPO license" error yesterday, and today it's yet a different problem:
Such a mess! :) |
So I looked in the code and found here a commented out debug line:
after uncommenting that I'm getting
after that application just exits with 0 code, I assume I have messed something up in Azure AD, any tips here? |
ok, after a bit of debugging, turns out my problem was an easy one: I messed up Azure permissions. What helped me is this URL: https://docs.microsoft.com/en-us/graph/api/user-list-joinedteams?view=graph-rest-1.0&tabs=http#permissions Hope that helps someone else |
i think above solution and #20 both should be applied to make it works. In Azure |
Did anyone manage to get passed the "you've successfully signed in" message? |
Make sure you have one of these permissions as @aboritskiy mentioned. From my side, to be sure I've included all Application and Delegated permissions listed here: |
I also stuck on this step. I already cleared for all step following manual but I have no idea what should I do after this to import my export slack data to Team.
Hi Guys, I am stuck at the place right after the authentication. I can successfully sign in in the command prompt. like below
“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 ***”
Then nothing happens afterwards...
Any idea why?
The thing I am suspecting now is the permission to "read/write all groups". To get that permission, it needs grant by the admin of the organization...how do you guys get that...
I appreciate your help.
Originally posted by @mengyuw-github in #16 (comment)
The text was updated successfully, but these errors were encountered: