[Feature Request] Custom OAuth 2.0 parameters
See original GitHub issueIn order to test custom OAuth 2.0 grants it would be really helpful to be able to set custom parameters
e.g. Slack https://api.slack.com/docs/oauth allows you to set a state or a team in their /authorize request.
Current Behavior
- As a user I am limited to the default OAuth 2.0 parameters.
Expected Behavior
- As a user who would like to use custom OAuth 2.0 grants I can set custom parameters so that I can also make request to custom OAuth 2.0 grants using Insomnia OAuth 2.0 functionality.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:8 (2 by maintainers)
Top Results From Across the Web
[Feature Request] Custom OAuth 2.0 parameters #1140 - GitHub
I'd like to see the ability to add custom parameters to both the authorize and the token requests. Currently the lack of this...
Read more >The Authorization Request - OAuth 2.0 Simplified
The following parameters are used to begin the authorization request. ... The request may have one or more scope values indicating ...
Read more >Customizing Authorization and Token Requests with Spring ...
First, we'll customize the OAuth2 authorization request. We can modify standard parameters and add extra parameters to the authorization ...
Read more >Prevent Attacks and Redirect Users with OAuth 2.0 State ...
Describes how to use the state parameter in authentication requests to help prevent CSRF attacks and restore state.
Read more >Request objects in OAuth 2.0 and OpenID Connect - Connect2id
The request object may include only those parameters deemed sensitive by the application, for example scope and claims, while keeping the rest ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@mrtus thanks, that workaround works!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.