[PR #3743] [CLOSED] Add Custom SSO Button to Login Page via Branding Settings #4380

Closed
opened 2026-02-22 18:35:43 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3743
Author: @EmpoweristsIT
Created: 4/30/2025
Status: Closed

Base: masterHead: sso-login-button


📝 Commits (2)

📊 Changes

26 files changed (+264 additions, -2 deletions)

View changed files

📝 frontend/src/components/Modals/Password/MultiUserAuth.jsx (+8 -2)
frontend/src/components/Modals/Password/SSOAuth.jsx (+34 -0)
📝 frontend/src/locales/ar/common.js (+4 -0)
📝 frontend/src/locales/da/common.js (+4 -0)
📝 frontend/src/locales/de/common.js (+4 -0)
📝 frontend/src/locales/en/common.js (+5 -0)
📝 frontend/src/locales/es/common.js (+4 -0)
📝 frontend/src/locales/fa/common.js (+4 -0)
📝 frontend/src/locales/fr/common.js (+4 -0)
📝 frontend/src/locales/he/common.js (+4 -0)
📝 frontend/src/locales/it/common.js (+4 -0)
📝 frontend/src/locales/ja/common.js (+4 -0)
📝 frontend/src/locales/ko/common.js (+4 -0)
📝 frontend/src/locales/nl/common.js (+4 -0)
📝 frontend/src/locales/pt_BR/common.js (+4 -0)
📝 frontend/src/locales/ru/common.js (+4 -0)
📝 frontend/src/locales/tr/common.js (+4 -0)
📝 frontend/src/locales/vn/common.js (+4 -0)
📝 frontend/src/locales/zh/common.js (+4 -0)
📝 frontend/src/locales/zh_TW/common.js (+4 -0)

...and 6 more files

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

What is in this change?

This update lets you add a custom URL in the branding settings, which will display a Single Sign-On (SSO) button right on the login screen. When users click it, they’ll be redirected to the specified URL — making it easier to hook into external authentication systems without modifying the core code.

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/3743 **Author:** [@EmpoweristsIT](https://github.com/EmpoweristsIT) **Created:** 4/30/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `sso-login-button` --- ### 📝 Commits (2) - [`3e98f6b`](https://github.com/Mintplex-Labs/anything-llm/commit/3e98f6ba0deedc3f79c4d377530b38d3ad8b30f4) SSO Button on Login page - [`a8ee934`](https://github.com/Mintplex-Labs/anything-llm/commit/a8ee93440a0d408efa30f2fb1018f6a33caac9c9) Lint ### 📊 Changes **26 files changed** (+264 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/Modals/Password/MultiUserAuth.jsx` (+8 -2) ➕ `frontend/src/components/Modals/Password/SSOAuth.jsx` (+34 -0) 📝 `frontend/src/locales/ar/common.js` (+4 -0) 📝 `frontend/src/locales/da/common.js` (+4 -0) 📝 `frontend/src/locales/de/common.js` (+4 -0) 📝 `frontend/src/locales/en/common.js` (+5 -0) 📝 `frontend/src/locales/es/common.js` (+4 -0) 📝 `frontend/src/locales/fa/common.js` (+4 -0) 📝 `frontend/src/locales/fr/common.js` (+4 -0) 📝 `frontend/src/locales/he/common.js` (+4 -0) 📝 `frontend/src/locales/it/common.js` (+4 -0) 📝 `frontend/src/locales/ja/common.js` (+4 -0) 📝 `frontend/src/locales/ko/common.js` (+4 -0) 📝 `frontend/src/locales/nl/common.js` (+4 -0) 📝 `frontend/src/locales/pt_BR/common.js` (+4 -0) 📝 `frontend/src/locales/ru/common.js` (+4 -0) 📝 `frontend/src/locales/tr/common.js` (+4 -0) 📝 `frontend/src/locales/vn/common.js` (+4 -0) 📝 `frontend/src/locales/zh/common.js` (+4 -0) 📝 `frontend/src/locales/zh_TW/common.js` (+4 -0) _...and 6 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [X] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### What is in this change? This update lets you add a custom URL in the branding settings, which will display a Single Sign-On (SSO) button right on the login screen. When users click it, they’ll be redirected to the specified URL — making it easier to hook into external authentication systems without modifying the core code. ### Developer Validations <!-- All of the applicable items should be checked. --> - [X] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated - [X] I have tested my code functionality - [X] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:35:43 -05:00
yindo closed this issue 2026-02-22 18:35:43 -05:00
yindo changed title from [PR #3743] Add Custom SSO Button to Login Page via Branding Settings to [PR #3743] [CLOSED] Add Custom SSO Button to Login Page via Branding Settings 2026-06-05 15:18:16 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4380