Hello. I’m having an issue in regards to registering into our teams account for Warp. I saw this solution below from a different thread
Couple of easy steps
Go to https://.cloudflareaccess.com/warp and authenticate.
On the ‘Success’ page in the browser, right click and ‘Inspect’ the blue ‘Open Cloudflare WARP’ button. Copy the long token that’s shown linked to the button, and then type the following into a command prompt on the remote server: warp-cli teams-enroll-token https://<team>.cloudflareaccess.com/auth?token=<token you copied>.
Can probably replace teams-enroll-token with registration initialize-token-callback
However I am encountering Error: “Failed to parse TokenCallback URL”
Thanks for replying. But I double checked it and I just ran the warp-cli teams-enroll-token https://<team>.cloudflareaccess.com/auth?token={the token shown on the browser} but to no avail.