[GH-ISSUE #2880] [FEAT]: SAML Integration #1831

Closed
opened 2026-02-22 18:26:44 -05:00 by yindo · 1 comment
Owner

Originally created by @dpcahill on GitHub (Dec 19, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2880

What would you like to see?

This is something we absolutely need. Most companies and organizations cannot use username and password and it makes it so this codebase (which is the best in my opinion), isn't an option for us.

Originally created by @dpcahill on GitHub (Dec 19, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2880 ### What would you like to see? This is something we absolutely need. Most companies and organizations cannot use username and password and it makes it so this codebase (which is the best in my opinion), isn't an option for us.
yindo added the enhancementfeature request labels 2026-02-22 18:26:44 -05:00
yindo closed this issue 2026-02-22 18:26:44 -05:00
Author
Owner

@timothycarambat commented on GitHub (Dec 28, 2024):

Does building your own auth portal and using the Simple_SSO setting not work? it is often a ton of work to build-to-suite the thousands of auth providers and their niche implementations and gotchas. Usually if you have oAuth, you have resources to make a simple SSO portal (or have one already) and can add in our simple SSO hook to do automatic auth for subusers.

Its a single POST request to get a token. Most people have it as a link in their intranet
https://docs.anythingllm.com/configuration#simple-sso-passthrough

@timothycarambat commented on GitHub (Dec 28, 2024): Does building your own auth portal and using the Simple_SSO setting not work? it is often a ton of work to build-to-suite the thousands of auth providers and their niche implementations and gotchas. Usually if you have oAuth, you have resources to make a simple SSO portal (or have one already) and can add in our simple SSO hook to do automatic auth for subusers. Its a single POST request to get a token. Most people have it as a link in their intranet https://docs.anythingllm.com/configuration#simple-sso-passthrough
yindo changed title from [FEAT]: SAML Integration to [GH-ISSUE #2880] [FEAT]: SAML Integration 2026-06-05 14:42:56 -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#1831