[GH-ISSUE #5954] [feature]: Allow any redirect uri in oauth2 in desktop app #2340

Open
opened 2026-03-17 00:00:48 +03:00 by kerem · 2 comments
Owner

Originally created by @wapmorgan on GitHub (Mar 6, 2026).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5954

Is there an existing issue for this?

  • I have searched the existing issues

Summary

Right now when I try to get new token, hoppscotch passes redirect_uri argument as "hoppscotch_INSTANCE_URL/oauth".
But my Oauth provider does not allow new and foreign redirect uri domains, so I get

"error": "invalid_request",
"error_description": "Wrong redirect uri",

Postman can catch redirect to ANY redirect uri in desktop app, so postman users does not have to set specific redirect uri for postman.

Can you make a catcher in hoppscotch desktop app too ?

Why should this be worked on?

Hoppscotch desktop app catches redirect to any redirect_uri and continue oauth process

Originally created by @wapmorgan on GitHub (Mar 6, 2026). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5954 ### Is there an existing issue for this? - [x] I have searched the existing issues ### Summary Right now when I try to get new token, hoppscotch passes redirect_uri argument as "**hoppscotch_INSTANCE_URL/oauth**". But my Oauth provider does not allow new and foreign redirect uri domains, so I get ``` "error": "invalid_request", "error_description": "Wrong redirect uri", ``` Postman can catch redirect to ANY redirect uri in desktop app, so postman users does not have to set specific redirect uri for postman. Can you make a catcher in hoppscotch desktop app too ? ### Why should this be worked on? Hoppscotch desktop app catches redirect to any redirect_uri and continue oauth process
Author
Owner

@zeokin commented on GitHub (Mar 6, 2026):

Hi @jamesgeorge007 I am going to work on this. Could you plz assign to me?

<!-- gh-comment-id:4014190275 --> @zeokin commented on GitHub (Mar 6, 2026): Hi @jamesgeorge007 I am going to work on this. Could you plz assign to me?
Author
Owner

@wapmorgan commented on GitHub (Mar 16, 2026):

@jamesgeorge007 any updates?

<!-- gh-comment-id:4066437026 --> @wapmorgan commented on GitHub (Mar 16, 2026): @jamesgeorge007 any updates?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2340
No description provided.