Skip to content
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

feat: enable new-style OIDC state generation #4121

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

alnr
Copy link
Contributor

@alnr alnr commented Sep 24, 2024

Follow-up to #4078 and #4009 and https://github.com/ory-corp/cloud/issues/6913

This enables the AEAD state generation for OIDC, which in turn is required to actually use PKCE (we store the PKCE verifier in the state). Old state code was removed, and tests simplified to only test the new state mechanism. Hence the deleted snapshots, which were added in #4078 and are now obsolete.

@alnr alnr self-assigned this Sep 24, 2024
Copy link

codecov bot commented Sep 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.62%. Comparing base (340f698) to head (899164a).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4121      +/-   ##
==========================================
- Coverage   78.63%   78.62%   -0.01%     
==========================================
  Files         377      377              
  Lines       26942    26911      -31     
==========================================
- Hits        21185    21158      -27     
+ Misses       4146     4144       -2     
+ Partials     1611     1609       -2     
Flag Coverage Δ
78.62% <100.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@aeneasr aeneasr merged commit eb97243 into master Sep 25, 2024
32 checks passed
@aeneasr aeneasr deleted the alnr/enable-new-oidc-state branch September 25, 2024 07:47
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