Replies: 1 comment 1 reply
-
if you got here by searching for a solution, like me, apparently Insomnia now supports this in an undocumented (at least none that I could find) way:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
I'm not an oauth2 or openid expert, so I'm not sure if this makes sense.
Right now when using the Authorization Code grant type with openid, we get back 3 tokens: 1) access_token 2) id_token and 3) refresh_token. Due to some limitations with auth providers sometimes we can only use the
id_token
in our applications. However, Insomnia always uses theaccess_token
in requests.Describe the solution you'd like
Add a configuration option in the OAuth2 options to use id_token for a particular request
Describe alternatives you've considered
Currently I'm copying and pasting the id_token field to the access_token field
Additional context
NA
Beta Was this translation helpful? Give feedback.
All reactions