Hi there, I’m using WARP and Zero Trust to connect to my Zero Trust VPN, I’m using Linux ubuntu as client, This is the pattern of my mdm.xml:
<dict>
<key>organization</key>
<string>[team_name]</string>
<key>auth_client_id</key>
<string>[client_id_access]</string>
<key>auth_client_secret</key>
<string>[client secret]</string>
</dict>
When I remove the file and try using warp-cli teams-enroll [team_name]
everything works fine, however if I try passing the mdm.xml file, this is what I got:
warp-cli register
Success
warp-cli connect
Success
warp-cli account
Error: Missing registration. Try running: warp-cli register
curl https://www.cloudflare.com/cdn-cgi/trace/
...
warp=off
...
In my dashboard shows as if the service token has never been used.
I already enabled on Device enrollment permissions to allow any non-expired service tokens.
Any Ideas.