mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #4453] feat: allow configuration of the prompt parameter for microsoft auth #4810
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#4810
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?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/4453
Author: @privatwolke
Created: 10/17/2024
Status: 🔄 Open
Base:
main← Head:feat/microsoft-auth-prompt-parameter📝 Commits (1)
8772a79feat: allow configuration of the prompt parameter for microsoft auth📊 Changes
10 files changed (+38 additions, -1 deletions)
View changed files
📝
.env.example(+1 -0)📝
packages/hoppscotch-backend/src/auth/guards/microsoft-sso-.guard.ts(+1 -0)📝
packages/hoppscotch-backend/src/infra-config/helper.ts(+6 -0)📝
packages/hoppscotch-backend/src/infra-config/infra-config.service.ts(+7 -1)📝
packages/hoppscotch-backend/src/types/InfraConfig.ts(+1 -0)📝
packages/hoppscotch-backend/src/utils.ts(+9 -0)📝
packages/hoppscotch-sh-admin/locales/en.json(+1 -0)📝
packages/hoppscotch-sh-admin/src/components/settings/AuthProvider.vue(+6 -0)📝
packages/hoppscotch-sh-admin/src/composables/useConfigHandler.ts(+1 -0)📝
packages/hoppscotch-sh-admin/src/helpers/configs.ts(+5 -0)📄 Description
What's changed
MICROSOFT_PROMPTenvironment variable and infra config option.promptparam allows admins to define if the login should be slient (if possible), require active account selection or a fresh login.Notes to reviewers
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.