mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[GH-ISSUE #3073] [feature]: Adding/Explaining a "Authorization Grant" type #1004
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1004
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JaceLemm on GitHub (May 22, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3073
Is there an existing issue for this?
Summary
To summarize, our application is setup to use OAuth 2.0 in Postman using the “Authorization Grant” type. Postman has been configured in Cognito and Cognito has been configured to federate into Azure AD to Authenticate the users. If the user token expires or the user is logging in for the first time, Postman displays a popup to enter their user credentials to Authenticate the user. These users are setup in Azure AD. It does not appear that Hoppscotch provides this option. It does provide an option for Oauth Client Credentials, but those are not used in this application.
I have attached a doc that includes screenshots of our Postman authentication configuration, and how we are trying to replicate it in Hoppscotch.
I believe the main question we have is: Can we configure other OAuth 2.0 flows, like the Authorization Code grant type ?
Hoppscotch vs Postman setup.docx
Why should this be worked on?
To be able to use Hoppscotch with apps that use an OAuth 2.0 Authorization Grant type.
@jamesgeorge007 commented on GitHub (Nov 27, 2025):
Hi, Hoppscotch now supports all major OAuth 2.0 authorization grant types:
If you need clarification on a specific grant type or have questions about implementation, please refer to the documentation or open a new issue with specific details.