I generated an authentication JWT, but I have multiple devices. After registering on my Mac, I cannot register again on my Windows device. Is there any way to set it so that it can be registered multiple times?
Currently, I use the command ziti edge enroll --jwt xxx.jwt --out xxx.json
to save the JSON obtained from the JWT and store it on different devices for connection. However, this creates a new issue: when I check the user's connection information on ZAC, it becomes confusing. I can't determine which device is online or offline since the OS or SDK information only shows the details of the device that executed the enroll command.
Is there a way to implement a tiered interface, such as Group - User - Device?
Of course, registering multiple users and using a naming convention is one way to manage this, but if there are a lot of users, each with multiple devices, it can become very chaotic.
I'm not sure if the CAOTT approach can solve my problem; from what I've seen, it seems it won't work either.