mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #3737] [MERGED] feat(sh-admin): introducing additional SSO related server configurations to dashboard #4512
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#4512
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/3737
Author: @joeljstephen
Created: 1/9/2024
Status: ✅ Merged
Merged: 3/8/2024
Merged by: @AndrewBastin
Base:
release/2024.3.0← Head:feat/dashboard-additional-configs📝 Commits (10+)
b352e6dfeat: new i18n strings for the new configs7308029refactor: updated client and config handlers97434bdrefactor: updated components to reflect callback and scope in sso configsfcb2587refactor: simplified retrieval of infra config values in useConfigHandler77269cdfeat: new tenant property added to microsoft configs06e72effix: type issues in auth provider component80b72b7style: increased width of inputs in all configs7971733refactor: brought toggleMask and maskState back to auth providers816d7dachore: remove redundant code in auth provider component97daccdstyle: updated input width for smtp configs📊 Changes
5 files changed (+153 additions, -69 deletions)
View changed files
📝
packages/hoppscotch-sh-admin/locales/en.json(+3 -0)📝
packages/hoppscotch-sh-admin/src/components.d.ts(+6 -0)📝
packages/hoppscotch-sh-admin/src/components/settings/AuthProvider.vue(+71 -38)📝
packages/hoppscotch-sh-admin/src/components/settings/SmtpConfiguration.vue(+2 -2)📝
packages/hoppscotch-sh-admin/src/composables/useConfigHandler.ts(+71 -29)📄 Description
Ticket
Description
This PR enables the Admin Dashboard to show additional SSO related server configurations.
The additions to SSO Configurations include:
GOOGLE_CALLBACK_URLGOOGLE_SCOPEGITHUB_CALLBACK_URLGITHUB_SCOPEMICROSOFT_CALLBACK_URLMICROSOFT_SCOPEMICROSOFT_TENANTObjectives
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.