Skip to content

Conversation

@kushalshit27
Copy link
Contributor

🔧 Changes

  • Updated the connections handler to fetch directory provisioning configurations using the list endpoint instead of get for each connection.
  • This is an optimisation; there should be no changes in the existing user flow.

🔬 Testing

  • Updated unit tests to verify the new list based retrieval logic.
  • Verify npm test passes.

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

- src/tools/auth0/handlers/connections.ts: change DirectoryProvisioningConfig type to Management.DirectoryProvisioning and update getConnectionDirectoryProvisionings method to retrieve all configurations.
- src/tools/auth0/handlers/prompts.ts: update ScreenRenderer type to Management.GetAculResponseContent.
…ry provisioning tests

- Update directory provisioning configuration to include synchronize_automatically flag.
- Modify tests to retrieve a list of directory provisioning configurations.
@kushalshit27 kushalshit27 marked this pull request as ready for review January 29, 2026 07:32
@kushalshit27 kushalshit27 requested a review from a team as a code owner January 29, 2026 07:32
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.38%. Comparing base (0c86dbd) to head (c6515d3).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1284      +/-   ##
==========================================
+ Coverage   80.28%   80.38%   +0.10%     
==========================================
  Files         146      146              
  Lines        5823     5813      -10     
  Branches     1193     1190       -3     
==========================================
- Hits         4675     4673       -2     
+ Misses        655      649       -6     
+ Partials      493      491       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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