Hey hey, I have problems receiving the `refresh_to...
# talk-hydra
s
Hey hey, I have problems receiving the
refresh_token
from hydra. I confirmed that the offline and offline_access scope are granted during consent, also openid is granted.
I'm using
response_type: code
and
grant_type: code
What could the issue be?
Did I miss something? I feel lost in configuration jungle.
Tested with
grant_type: authorization_code
too
According to the documentation it is enough to put
Copy code
response_type=code&scope=openid
, but for me this did not work.
HILFE 😄
Okay, I have it...but I think the documentation is bad here