FeatureFuel
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

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests