From 2ce842dd8d3870cf8ad248ffd01a01e7352793d7 Mon Sep 17 00:00:00 2001
From: Victor Hugo dos Santos <115753265+victorvhs017@users.noreply.github.com>
Date: Tue, 22 Jul 2025 11:09:11 +0700
Subject: [PATCH] chore: updated SAML SSO docs (#6280)
---
.../auth-and-provision/setup-saml-with-identity-providers.mdx | 2 +-
docs/self-hosting/configuration/auth-sso/saml-sso.mdx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/development/guides/auth-and-provision/setup-saml-with-identity-providers.mdx b/docs/development/guides/auth-and-provision/setup-saml-with-identity-providers.mdx
index 5df536e85f..76f785d2d5 100644
--- a/docs/development/guides/auth-and-provision/setup-saml-with-identity-providers.mdx
+++ b/docs/development/guides/auth-and-provision/setup-saml-with-identity-providers.mdx
@@ -104,7 +104,7 @@ This guide explains the settings you need to use to configure SAML with your Ide
-
+
That's it. Now when you try to login with SSO, your application on Okta will handle the authentication.
diff --git a/docs/self-hosting/configuration/auth-sso/saml-sso.mdx b/docs/self-hosting/configuration/auth-sso/saml-sso.mdx
index 4de35b73cc..d7d2c0dab5 100644
--- a/docs/self-hosting/configuration/auth-sso/saml-sso.mdx
+++ b/docs/self-hosting/configuration/auth-sso/saml-sso.mdx
@@ -85,7 +85,7 @@ To configure SAML SSO in Formbricks, follow these steps:
- Create a file called `connection.xml` in your self-hosted Formbricks instance's `formbricks/saml-connection` directory and paste the XML metadata from your IdP into it. Please create the directory if it doesn't exist. Your metadata file should start with a tag like this: `<...>` or ``. Please remove any extra text from the metadata.
+ Create a file called `connection.xml` in your self-hosted Formbricks instance's `formbricks/saml-connection` (use `formbricks/apps/web/saml-connection` for development) directory and paste the XML metadata from your IdP into it. Please create the directory if it doesn't exist. Your metadata file should start with a tag like this: `<...>` or ``. Please remove any extra text from the metadata.