mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #3527] Unable to get hold of the Generated Token during the Authorization with OAUTH2 and Keycloak #1199
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#1199
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 @Aravinda93 on GitHub (Nov 9, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3527
Is there an existing issue for this?
Current behavior
I am trying to generate the token using the authorization in Hoppscoth. During the authorization, I redirect the user to my Keycloak auth URL where they can provide a username & password, after the successful login I want to obtain the token provided by Keycloak and use it for subsequent requests.
I am able to log in but after login when I am redirected to Hopscotch I am unable to get the Token rather the page just reloads, not sure what's happening. But if I use similar authorization in Postman then everything works fine. Can you please let me know how can I get hold of the token and use it in my request?
Steps to reproduce
Following is my Authorization tab from Hoppscotsch where I am trying to redirect the user to Keycloak page and making them to login:
After the successful login, I just returned back to the Hoppscotch page and did not get the token or anything:
Please let me know if I am doing anything wrong or do I need to do aynthing extra to access the token and make the request.
Note:
Environment
Production
Version
Hoppscotch website