diff --git a/src/changelog/2026/05/images/single-sso-provider.png b/src/changelog/2026/05/images/single-sso-provider.png new file mode 100644 index 0000000000..1af2655322 Binary files /dev/null and b/src/changelog/2026/05/images/single-sso-provider.png differ diff --git a/src/changelog/2026/05/single-sso-provider.md b/src/changelog/2026/05/single-sso-provider.md new file mode 100644 index 0000000000..85e1b79e38 --- /dev/null +++ b/src/changelog/2026/05/single-sso-provider.md @@ -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 +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. \ No newline at end of file