Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions src/changelog/2026/05/single-sso-provider.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Single SSO provider for all users
description: This allows admins to configure a Single SAML SSO provider for all users regardless of email domain.
date: 2026-05-07 12:00:00
authors: ["ben-hardill"]
tags:
- changelog
issues:
- https://github.com/FlowFuse/flowfuse/issues/6319
---

When running self hosted FlowFuse or embedding FlowFuse in a solution it may be
Comment thread
sumitshinde-84 marked this conversation as resolved.
required to send all user authentication requests to a single SAML SSO provider,
rather than using the users email domain to pick the correct provider.

With the release of FlowFuse 2.30.0 it is now possible to pick a configured provider and all unauthenticated users will be automatically redirected to this provider.

![Admin settings for Automatic SSO Redirect](./images/single-sso-provider.png)
_Admin settings for Automatic SSO Redirect_


To prevent administrator lockout in the event of a SSO failure, admins can by pass this redirect and enter their normal username and password by accessing any page on the admin route, e.g. `https://forge.example.com/admin`

Documentation is found [here](https://flowfuse.com/docs/admin/sso/saml#forcing-all-users-to-use-sso)

This feature is only available to Self Hosted Enterprise licensed FlowFuse Instances.
Loading