Skip to content

Commit

Permalink
Merge pull request #109 from kinde-oss/peter/feat/audience-not-for-ma…
Browse files Browse the repository at this point in the history
…nagement-api

Peter/feat/audience not for management api
  • Loading branch information
DaveOrDead authored Jan 16, 2024
2 parents 57171e8 + 9c69df6 commit 5aca0de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/api-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const createKindeManagementAPIClient = async (req, res) => {
grant_type: 'client_credentials',
client_id: config.clientID || '',
client_secret: config.clientSecret || '',
audience: config.audience || ''
audience: config.issuerURL + '/api'
})
});
apiToken = (await response.json()).access_token;
Expand Down
2 changes: 1 addition & 1 deletion src/utils/version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5aca0de

Please sign in to comment.