We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3558606 commit 243b8d9Copy full SHA for 243b8d9
cloudflare-worker/src/routes/system/index.ts
@@ -198,7 +198,7 @@ export const setupSystemRoutes = async (router: Router, env: Env) => {
198
const tokenUrl = `https://${env.AUTH0_DOMAIN}/oauth/token`;
199
200
// Audience for the management API: default to api/v2
201
- const audience = env.AUTH0_AUDIENCE || `https://${env.AUTH0_DOMAIN}/api/v2/`;
+ const audience =`https://${env.AUTH0_DOMAIN}/api/v2/`;
202
203
// Build the request body for client credentials grant
204
const body = {
0 commit comments