-
Notifications
You must be signed in to change notification settings - Fork 174
feat: add OIDC logout configuration support with session metadata #1263
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
base: master
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
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. 🚀 New features to boost your workflow:
|
kushalshit27
left a comment
There was a problem hiding this 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.
…com/auth0/auth0-deploy-cli into DXCDT-1321-support-session-metadata
🔧 Changes
Add OIDC logout configuration support with session metadata.
Examples:
YAML format
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
📝 Checklist