mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #3490] [feature]: OAuth 2.0: able to switch between id_token and access_token when scope is openid #1180
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#1180
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 @tonnico on GitHub (Nov 3, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3490
Is there an existing issue for this?
Summary
With scope
openidyou will receive something like this:At least I would wish to be able to choose between
access_tokenorid_token.Why should this be worked on?
Some APIs will need the
id_tokeninstead of theaccess_token. Until now you need to inspect the network calls (F12) and copy the token response to use theid_token.@Chaz0r commented on GitHub (Apr 30, 2024):
We are in the same situation, would be cool to have this feature
@TheComputerM commented on GitHub (Feb 5, 2025):
True, the workaround for this is very tedious