6
Support using id_token as the Bearer token for requests
Source: Kong/insomnia#3689 · opened by @kzbt
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 the access_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
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 the access_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
No pledges yet. Be the first to back this.
Comments
Similar requests
Allow `Bearer` prefix when authenticating requests using a bearer token
2 votes · 0 comments
Add button to copy fetched tokens
1 vote · 0 comments
Add JWT Bearer grant type support for OAuth2 authentication
1 vote · 0 comments
Plugin template tags in requests cause errors in Inso
1 vote · 0 comments
Having an env var point to an attribute of either of multiple responses
1 vote · 0 comments
No comments yet.