Skip to content

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