8000 Added support for Client Assertions JWT by tanya732 · Pull Request #1123 · auth0/node-auth0 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Added support for Client Assertions JWT #1123

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 19, 2025

Conversation

tanya732
Copy link
Contributor

Changes

Added 2 new Endpoints -

Path HTTP Method Method Name
/connections/{id}/keys GET getKeys
/connections/{id}/keys/rotate POST rotateKeys

References

Manual Testing code

Securely store your Client ID, Client Secret, and Management API token.
Install the SDK: npm install auth0

var auth0 = new ManagementClient({
domain: '{YOUR_TENANT_AND REGION}.auth0.com',
clientId: '{YOUR_CLIENT_ID}',
clientSecret: '{YOUR_CLIENT_SECRET}',
});

//Get Keys
const getKeys = await auth0.connections.getKeys({id : "{ID}"})

//Rotate Keys
const rotateKeys = await auth0.connections.rotateKeys({id : "{ID}"})

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

  • This change adds unit test coverage
  • This change adds integration test coverage

Checklist

@tanya732 tanya732 marked this pull request as ready for review June 11, 2025 15:53
@tanya732 tanya732 requested a review from a team as a code owner June 11, 2025 15:53
@tanya732 tanya732 merged commit 0195846 into master Jun 19, 2025
8 checks passed
@tanya732 tanya732 deleted the sdk-5975-client-assertion-jwt-support branch June 19, 2025 05:28
This was referenced Jun 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0