-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oAuth2 Authorization token flow improvements #1565
Comments
Thanks @m-schrepel for the feedback. I will review and add to the roadmap. |
This feature has been implemented and published to the marketplace. Please update to You can see all the features released in this update Please test it and let me know your feedback |
@rangav for the oauth2 improvements, can I access the OAuth2 tab via scripting? This doesn't work: Error in Pre Request Script: - Cannot read properties of undefined (reading 'oauth2') |
@aagranovExtend Currently not possible, I will add it in the next update. |
We published new update to add further improvements in New Additions:
|
Please describe feature/problem details and the solution you'd like.
We use a custom authorization header instead of
Authorization
, which means when we use the oAuth2 flow, we have to manually copy and paste the token to an environment variable.A possible solution would be: Allow for defining a header other than Authorization in the advanced part of the oauth2 flow.
Another solution would be to make the post-request scripts work with the authorization requests. This way we could set a dynamic variable in memory.
Describe alternatives you've considered
I tried something like this
which also doesn't work and would be another viable solution to our issue
Are you using the free version/paid version/trial:
Enterprise customer
The text was updated successfully, but these errors were encountered: