chore: updated SAML SSO docs (#6280)

This commit is contained in:
Victor Hugo dos Santos
2025-07-22 11:09:11 +07:00
committed by GitHub
parent 43b43839c5
commit 2ce842dd8d
2 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ This guide explains the settings you need to use to configure SAML with your Ide
<Step title="Scroll to the bottom and copy the IDP metadata">
<img src="/images/development/guides/auth-and-provision/okta/idp-metadata.webp" />
</Step>
<Step title="Copy the IDP metadata and paste it in the `connection.xml` file in the `formbricks/saml-connection` directory" />
<Step title="Copy the IDP metadata and paste it in the `connection.xml` file in the `formbricks/saml-connection` (use `formbricks/apps/web/saml-connection` for development) directory" />
</Steps>
That's it. Now when you try to login with SSO, your application on Okta will handle the authentication.

View File

@@ -85,7 +85,7 @@ To configure SAML SSO in Formbricks, follow these steps:
</Step>
<Step title="Metadata Setup">
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: `<?xml version="1.0" encoding="UTF-8"?><...>` or `<md:EntityDescriptor entityID="...">`. 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: `<?xml version="1.0" encoding="UTF-8"?><...>` or `<md:EntityDescriptor entityID="...">`. Please remove any extra text from the metadata.
</Step>
<Step title="Restart Formbricks">