-
Notifications
You must be signed in to change notification settings - Fork 642
[FEATURE][AUTH]: Support for LDAP integration with multiple domains #1264
Copy link
Copy link
Open
Labels
MUSTP1: Non-negotiable, critical requirements without which the product is non-functional or unsafeP1: Non-negotiable, critical requirements without which the product is non-functional or unsafeenhancementNew feature or requestNew feature or requestpythonPython / backend development (FastAPI)Python / backend development (FastAPI)readyValidated, ready-to-work-on itemsValidated, ready-to-work-on itemssecurityImproves securityImproves security
Milestone
Metadata
Metadata
Assignees
Labels
MUSTP1: Non-negotiable, critical requirements without which the product is non-functional or unsafeP1: Non-negotiable, critical requirements without which the product is non-functional or unsafeenhancementNew feature or requestNew feature or requestpythonPython / backend development (FastAPI)Python / backend development (FastAPI)readyValidated, ready-to-work-on itemsValidated, ready-to-work-on itemssecurityImproves securityImproves security
Type
Fields
Give feedbackNo fields configured for Feature.
We want to login to mcp context forge using organization LDAP credentials, i.e., users can log in using their corporate credentials rather than having separate app accounts.
Also large enterprises often have multiple Active Directory (AD) domains. We would like mcp context forge to support LDAP with Multiple Domains. The system should allow to be configured to authenticate users from more than one domain in the organization's directory infrastructure.
🧭 Type of Feature
Please select the most appropriate category:
🧭 Epic
Title:
Goal: What is the big-picture objective of this feature set?
Why now: Why is this needed? Who benefits?
🙋♂️ User Story 1
As a:
I want:
So that: <some reason / value>
✅ Acceptance Criteria
🙋♂️ User Story 2
As a:
I want:
So that:
✅ Acceptance Criteria
📐 Design Sketch (optional)
Include a diagram, sketch, or flow (use Mermaid if desired):
flowchart TD A[Client] -->|POST /completions| B(MCPGateway) B --> C[Completion Service]🔗 MCP Standards Check
🔄 Alternatives Considered
List any alternative designs, existing workarounds, or rejected ideas.
📓 Additional Context
Include related issues, links to discussions, issues, etc.