-
Please help.. I am using the Authorization Code flow with an OIDC client that has the I have ensured that I am setting
the syslog debug call shows:
Yet in the response I have no refresh token (I am using https://github.com/jumbojett/OpenID-Connect-PHP/blob/master/src/OpenIDConnectClient.php on the RP and this is the value of requestTokens after exchanging the code):
What am I doing wrong? This is Hydra v1.11.10. my problem seems very similar to #2998 except that I have made sure |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I solved my problem. I didn't realize you needed to also set |
Beta Was this translation helpful? Give feedback.
I solved my problem. I didn't realize you needed to also set
refresh_token
as one of the grant_types for the OIDC client. (Docs are confusing and I thought that refresh_token worked so long as you're using the authorize_code grant type. In fact, it seems both are required)