[GH-ISSUE #3073] [feature]: Adding/Explaining a "Authorization Grant" type #1004

Closed
opened 2026-03-16 18:01:29 +03:00 by kerem · 1 comment
Owner

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?

  • I have searched the existing issues

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.

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? - [X] I have searched the existing issues ### 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](https://github.com/hoppscotch/hoppscotch/files/11536927/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.
kerem 2026-03-16 18:01:29 +03:00
  • closed this issue
  • added the
    feature
    label
Author
Owner

@jamesgeorge007 commented on GitHub (Nov 27, 2025):

Hi, Hoppscotch now supports all major OAuth 2.0 authorization grant types:

  1. Authorization Code (with PKCE support)
  2. Client Credentials
  3. Password Credentials
  4. Implicit

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.

<!-- gh-comment-id:3585243290 --> @jamesgeorge007 commented on GitHub (Nov 27, 2025): Hi, Hoppscotch now supports all major OAuth 2.0 authorization grant types: 1. **Authorization Code** (with PKCE support) 2. **Client Credentials** 3. **Password Credentials** 4. **Implicit** If you need clarification on a specific grant type or have questions about implementation, please refer to the [documentation](https://docs.hoppscotch.io/documentation/features/authorization) or open a new issue with specific details.
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#1004
No description provided.