mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[GH-ISSUE #4735] [bug]: Failed to obtain access token via MicrosoftSSO behind a proxy #1769
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#1769
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 @MassBklf on GitHub (Feb 7, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4735
Is there an existing issue for this?
Current behavior
When I try a login via Microsoft SSO, I get a 500 server error.
Browserlog:
Serverlog:
The server is behind a proxy and the problem is that the backend directly request the Microsoft Auth Servers, which is not possible.
Steps to reproduce
!! All behind a Proxy !!
Environment
Production
Version
Self-hosted
@ericciccone commented on GitHub (Mar 31, 2025):
can you post your microsoft.strategy.js
@MatthiasSalonkee commented on GitHub (Oct 31, 2025):
Hi,
I'm having the same issue but with github auth
The authentication works well, the user is connected, but the callback requests fails with 500 :
Did anyone found the root cause and a fix ?
@EmperorArthur commented on GitHub (Nov 19, 2025):
@MassBklf This may be related to #5598, with the proxy failure masking the 400 error being returned by Azure.