Hi, one of the features we are utilizing from Auth0 is Devices (found in the User Details page). Some of our users are experiencing difficulties while attempting to revoke those device tokens. The error message from the Auth0 response is:
Deleting machine token ID failed with Request to /api/v2/device-credentials/ID was made without sufficient privileges. Error text: Auth0 Error Details: error=Forbidden, message=Insufficient scope, expected any of: delete:device_credentials,delete:current_user_device_credentials, error_code=None"
Removing some tokens is easy, and requests should be the same for both groups.
Is there any way to identify what’s wrong with a user’s privileges to delete a token created by that user?
Thank you for any hint,
Vaclav