Skip to content

Conversation

tanya732
Copy link
Contributor

@tanya732 tanya732 commented Mar 19, 2025

Changes

Added Support for Federated Connection Tokensets Endpoints

Path HTTP Method Method Name
/users/{id}/federated-connections-tokensets GET getAllTokensets
/users/{id}/federated-connections-tokensets/{tokenset_id} DELETE deleteTokenset

References

https://oktawiki.atlassian.net/wiki/spaces/AFG1/pages/3206646683/DRAFT+APIs+Quick+Reference

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

Manual Testing guide

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

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

const tokensets = await management.getAllTokensets('{ID}');
await management.deleteTokenset('{ID}', '{TOKENSET_ID}');

Checklist

@tanya732 tanya732 requested a review from a team as a code owner March 19, 2025 08:41
@tanya732 tanya732 merged commit a5a272b into master Mar 27, 2025
8 checks passed
@tanya732 tanya732 deleted the federated-login-management-api-support branch March 27, 2025 05:24
@tusharpandey13 tusharpandey13 mentioned this pull request Mar 28, 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.

2 participants