Skip to content
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

More detail on getting the cookie token #1

Open
dark668 opened this issue Oct 27, 2022 · 1 comment
Open

More detail on getting the cookie token #1

dark668 opened this issue Oct 27, 2022 · 1 comment

Comments

@dark668
Copy link

dark668 commented Oct 27, 2022

Hi there, would it be possible to put more information on what elements of the auth cookie are required as it's not clear also, could you update the tool help file to reflect the current one on the git page as it's missing the granular detail?

@nodauf
Copy link
Contributor

nodauf commented Nov 16, 2022

Hi,
I am not maintaining this project anymore. It has been added as a module in GoMapEnum.

The easiest way to get the JWT token is to authenticate on https://teams.microsoft.com/, search for a user externally through the search bar on the top and see the JWT token in the request made to https://teams.microsoft.com/api/mt/emea/beta/users/...

You can also find the token in the cookie authtoken between the Bearer%3D and %26Origin

Note that the token must start with eyJ0eXAi...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@dark668 @nodauf and others