auth0-extensions / auth0-authentication-api-debugger-extension

MIT License
5 stars 14 forks source link

Extension v2 seems to be broken #13

Closed twistedstream closed 5 years ago

twistedstream commented 5 years ago

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:

image

Here's the JSON body coming back from that call to /api/v2/clients that's resulting in the 401 Unauthorized:

{
  "statusCode": 401,
  "error": "Unauthorized",
  "message": "Bad audience: urn:authentication-api-debugger"
}