Replies: 1 comment
-
Hello @minhnd410 No, in Ory, refresh tokens are single-use only. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used authorization code flow to obtain the access token, and refresh token within 3 scopes: openid, offline, and some_defined_scope. I need 2 access tokens for 2 separate services, one has scope openid, and one has some_defined_scope. The thing is, whenever I request access_token, it returns a new refresh_token and invalidates the previous one. Is there any way that I can keep the refresh_token validity in the event of requesting a new access_token?
One more thing, I found out that oauth2/token endpoint does not accept the query param scope, or I have misconfig it somewhere
Step to reproduce:
Beta Was this translation helpful? Give feedback.
All reactions