OAuth 2: support more parameters #3930
Unanswered
karol-majewski
asked this question in
Ideas
Replies: 2 comments
-
Sounds interesting! Do you know of any workarounds for this? For example can you add this data in a header? |
Beta Was this translation helpful? Give feedback.
0 replies
-
As far as I know, no workaround exists. These |
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
-
Hello and thank you for your work.
I was very positively surprised to see support for OAuth 2 in Insomnia. I'm talking about this screen particularly:
Unfortunately, the available options are not enough for me to have my token renewed without leaving Insomnia. My client uses the PKCE flow aided by the Microsoft Authentication Library (MSAL). The library offers one critical feature without which authentication is not possible:
extraQueryParameters
.extraQueryParameters
is an arbitrary dictionary attached to the login request. It can contain any metadata you like. One use case is identifying the application attempting to authenticate.If Insomnia proved a way to specify these
extraQueryParameters
when an OAuth 2 call is made, I would no longer have to copy-paste tokens between the browser and Insomnia. It would be my go-to API client for prototyping.Thank you for considering my case, and please let me know if this is something you think fits Insomnia well.
Beta Was this translation helpful? Give feedback.
All reactions