Open wryrye opened 4 months ago
In the case where a new id_token is not present in a refresh response, let's avoid setting id_token to undefined and instead use the old id_token!
id_token
undefined
Issue: #628
req.oidc.accessToken.refresh()
req.oidc.idToken
req.oidc.user
Description
In the case where a new
id_token
is not present in a refresh response, let's avoid settingid_token
toundefined
and instead use the oldid_token
!References
Issue: #628
Testing
req.oidc.accessToken.refresh()
) where the response is missing anid_token
req.oidc.idToken
andreq.oidc.user
are NOTundefined
Checklist