Skip to content

how to generate config with teams token ? #2

Answered by rany2
willstore69 asked this question in Q&A
Discussion options

You must be logged in to vote

It explains it in the help page:

Regarding Teams enrollment:

  1. Visit https://<teams id>.cloudflareaccess.com/warp
  2. Authenticate yourself as you would with the official client
  3. Check the source code of the page for the JWT token or use the following code in the "Web Console" (Ctrl+Shift+K):
    console.log(document.querySelector("meta[http-equiv='refresh']").content.slice(64))
  4. Pass the output as the value for the parameter -T. The final command will look like:
    ./warp.sh -T eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.....

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rany2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1 on May 21, 2023 14:30.