You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The refreshToken() method in OpenIDConnectClient doesn't seem to allow for the setting of the id_token if it is present in the response payload. The OpenID Connect spec suggests that the id token is something that may come back with the response: https://openid.net/specs/openid-connect-core-1_0.html#RefreshTokenResponse
Given that it is possible, maybe the code should also add it to the OpenIDConnectClient data so that it can be accessed via the getIdTokenPayload method?
The text was updated successfully, but these errors were encountered:
c0ntax
added a commit
to c0ntax/OpenID-Connect-PHP
that referenced
this issue
Nov 16, 2023
The
refreshToken()
method inOpenIDConnectClient
doesn't seem to allow for the setting of theid_token
if it is present in the response payload. The OpenID Connect spec suggests that the id token is something that may come back with the response: https://openid.net/specs/openid-connect-core-1_0.html#RefreshTokenResponseGiven that it is possible, maybe the code should also add it to the OpenIDConnectClient data so that it can be accessed via the
getIdTokenPayload
method?The text was updated successfully, but these errors were encountered: