mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #3679] [bug]: Cannot Update Authentication Providers #1268
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#1268
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 @sats268842 on GitHub (Dec 19, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3679
Is there an existing issue for this?
Current behavior
I am experiencing an issue when attempting to update the Authentication Providers(Microsoft).
App Version: v2023.12.0-1
Steps to reproduce
Environment
Production
Version
Self-hosted
@balub commented on GitHub (Dec 22, 2023):
@sats268842 Can I take a look at your
.envfile, there is a known issue we are working on right now related to auth providers and their callback URLs. Since you mentioned you use microsoft, may I suggest you add the following 2 variables into the.envfile and restart the server?MICROSOFT_CALLBACK_URLMICROSOFT_SCOPEMICROSOFT_TENANT@sats268842 commented on GitHub (Dec 22, 2023):
Current Configuration in .env file @balub
@balub commented on GitHub (Dec 22, 2023):
@sats268842 We will have a point release coming soon that will hopefully fix this issue. Also another question I have did you try disabling all auth providers when you encountered this issue?
@sats268842 commented on GitHub (Dec 22, 2023):
@balub I can disable the auth provider, but I can't enable it again, so I have to reset configuration from the UI.