So I just updated this extension in my Auth0 tenant (v1.3 -> 2.0) and the new extension seems to have an issue loading the list of applications. The Management API call that's being made by the extension to get the list of clients is resulting in a 401, complaining about a bad audience:
Here's the JSON body coming back from that call to /api/v2/clients that's resulting in the 401 Unauthorized:
So I just updated this extension in my Auth0 tenant (v1.3 -> 2.0) and the new extension seems to have an issue loading the list of applications. The Management API call that's being made by the extension to get the list of clients is resulting in a 401, complaining about a bad audience:
Here's the JSON body coming back from that call to
/api/v2/clients
that's resulting in the 401 Unauthorized: