Skip to content

fix: Add id_token_hint on logout#2041

Merged
tusharpandey13 merged 1 commit intomainfrom
fix/id_token_hint-on-logout
Apr 7, 2025
Merged

fix: Add id_token_hint on logout#2041
tusharpandey13 merged 1 commit intomainfrom
fix/id_token_hint-on-logout

Conversation

@frederikprijck
Copy link
Member

Adding the id_token_hint when calling the OIDC logout endpoint.

Note that id_token_hint is not included when calling v2/logout.

Closes #2037

@frederikprijck frederikprijck requested a review from a team as a code owner April 7, 2025 08:21
@frederikprijck frederikprijck force-pushed the fix/id_token_hint-on-logout branch from 600f850 to d09757d Compare April 7, 2025 08:22
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.68%. Comparing base (5ba8896) to head (d09757d).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2041      +/-   ##
==========================================
+ Coverage   79.65%   79.68%   +0.03%     
==========================================
  Files          21       21              
  Lines        1922     1925       +3     
  Branches      314      316       +2     
==========================================
+ Hits         1531     1534       +3     
  Misses        385      385              
  Partials        6        6              

☔ 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.

@tusharpandey13 tusharpandey13 merged commit c6947e2 into main Apr 7, 2025
12 checks passed
@tusharpandey13 tusharpandey13 deleted the fix/id_token_hint-on-logout branch April 7, 2025 08:31
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.

Send id_token_hint when logging out

3 participants