Skip to content

Conversation

@ramya18101
Copy link
Contributor

@ramya18101 ramya18101 commented Jan 12, 2026

🔧 Changes

Add OIDC logout configuration support with session metadata.

Examples:

YAML format

oidc_logout_configuration:
  logout_url: https://example.com/logout
  client_id: some_client_id
  enable_force_logout: true
  session_metadata:
    invalidate: true
    metadata_cache_duration: 3600

JSON format

{
  "oidc_logout_configuration": {
    "logout_url": "https://example.com/logout",
    "client_id": "some_client_id",
    "enable_force_logout": true,
    "session_metadata": {
      "invalidate": true,
      "metadata_cache_duration": 3600
    }
  }
}

📚 References

https://auth0.com/docs/api/management/v2/clients/patch-clients-by-id

🔬 Testing

  • Added unite tests

📝 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)

@codecov-commenter
Copy link

codecov-commenter commented Jan 12, 2026

Codecov Report

❌ Patch coverage is 63.63636% with 8 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.34%. Comparing base (8527db1) to head (54a00c7).

Files with missing lines Patch % Lines
src/tools/auth0/handlers/clients.ts 63.63% 6 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1263      +/-   ##
==========================================
- Coverage   80.41%   80.34%   -0.07%     
==========================================
  Files         146      146              
  Lines        5794     5815      +21     
  Branches     1187     1191       +4     
==========================================
+ Hits         4659     4672      +13     
- Misses        645      651       +6     
- Partials      490      492       +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.

@ramya18101 ramya18101 marked this pull request as ready for review January 20, 2026 05:26
@ramya18101 ramya18101 requested a review from a team as a code owner January 20, 2026 05:26
Copy link
Contributor

@kushalshit27 kushalshit27 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ramya18101 Please add PR description as per the template.

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.

4 participants