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
I can successfully authenticate, and retrieve and id token, and an access_token. The tokenset however does not include an access_token.
I'm confused as to the correct way to add refresh_token as a grant type. Looking at the client.callback source, authorization_code is explicitly passed, and there doesn't seem to be a way to also request the refresh token.
Looking at client.refresh, it seems like a refresh token is required, hinting that there should be way to get a refresh token during the initial auth.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I can successfully authenticate, and retrieve and id token, and an access_token. The tokenset however does not include an access_token.
I'm confused as to the correct way to add
refresh_token
as a grant type. Looking at theclient.callback
source,authorization_code
is explicitly passed, and there doesn't seem to be a way to also request the refresh token.Looking at
client.refresh
, it seems like a refresh token is required, hinting that there should be way to get a refresh token during the initial auth.I'm using the Passport Strategy.
Thank you
Jacques
Beta Was this translation helpful? Give feedback.
All reactions