How to request a new access token with additional extraTokenParameters after the user has already authenticated? #146
Unanswered
jessgoldq4
asked this question in
Q&A
Replies: 1 comment 9 replies
-
Hi, This flow you are describing definitely seems a bit out of the ordinary. I could try to help out if you provide some more information :) |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there. Question. I want to retrieve a new access token for a user with a new set of custom claims after they have already logged in and retrieved their initial access token.
Is there something built into the package to enable us to force a new access token to be generated? Or do I need to hit our IDP's refresh token endpoints directly?
What's the best way to accomplish this with react-oauth2-pkce?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions