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

Add ID Token to TokenSet #1929

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kenkoooo
Copy link
Contributor

@kenkoooo kenkoooo commented Feb 20, 2025

📋 Changes

In v3, the ID Token was exposed in the session. In v4, although the ID Token claim is stored in SessionData, the actual ID Token is no longer exposed. This pull request reintroduces the ID Token to the session.

📎 References

(None)

🎯 Testing

A unit test has been added to verify that the ID Token provided by the authorization server is correctly stored in the session store.

@kenkoooo kenkoooo requested a review from a team as a code owner February 20, 2025 05:59
@kenkoooo kenkoooo force-pushed the feat/add-id-token-to-token-set branch from eeae918 to e639a87 Compare February 20, 2025 08:57
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.

1 participant