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

include the ID token in the refresh token result #137

Merged
merged 1 commit into from
Mar 13, 2025

Conversation

Erwinvandervalk
Copy link
Contributor

What issue does this PR address?

The Identity Token is now part of the UserToken if the OP returns the Identity Token on a Refresh Token Result.

https://openid.net/specs/openid-connect-core-1_0.html#RefreshTokenResponse

fixes: #53

@Erwinvandervalk Erwinvandervalk added the area/foss/access-token-management Issues related to Access Token Management label Mar 13, 2025
@Erwinvandervalk Erwinvandervalk added this to the atm 3.3.0 milestone Mar 13, 2025
@Erwinvandervalk Erwinvandervalk self-assigned this Mar 13, 2025
@Erwinvandervalk Erwinvandervalk requested a review from a team as a code owner March 13, 2025 09:42
@Erwinvandervalk Erwinvandervalk force-pushed the ev/atm/id_token_in_refresh_token_result branch from 3e7085b to 03973bd Compare March 13, 2025 09:43
@Erwinvandervalk Erwinvandervalk force-pushed the ev/atm/id_token_in_refresh_token_result branch from 03973bd to e33bf72 Compare March 13, 2025 09:44
@Erwinvandervalk Erwinvandervalk merged commit b7ff1dc into main Mar 13, 2025
3 checks passed
@Erwinvandervalk Erwinvandervalk deleted the ev/atm/id_token_in_refresh_token_result branch March 13, 2025 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/foss/access-token-management Issues related to Access Token Management
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request: refresh 'id_token' w/ 'access_token'
2 participants