From d7ceb958a31d5bc39dac816f34f78cafc32703d6 Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Wed, 29 Apr 2026 13:34:38 +0200 Subject: [PATCH 1/2] Update SSO configuration instructions Added note about redirect URL and installation script. --- develop-docs/self-hosted/configuration/sso.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/develop-docs/self-hosted/configuration/sso.mdx b/develop-docs/self-hosted/configuration/sso.mdx index b4a86195ff728..8848370d66005 100644 --- a/develop-docs/self-hosted/configuration/sso.mdx +++ b/develop-docs/self-hosted/configuration/sso.mdx @@ -37,6 +37,8 @@ auth-google.client-id: '' auth-google.client-secret: '' ``` +The redirect URL should be `${url-prefix}/auth/sso/` + After changing configuration files, re-run the ./install.sh script, to rebuild and restart the containers. See the configuration section for more information. From c47084a022ed77559f05256c32d7ee1ea6ab2f62 Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Wed, 29 Apr 2026 13:57:01 +0200 Subject: [PATCH 2/2] Update SSO configuration instructions Added instructions for enabling Google Provider and re-running install script after configuration changes. --- develop-docs/self-hosted/configuration/sso.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/develop-docs/self-hosted/configuration/sso.mdx b/develop-docs/self-hosted/configuration/sso.mdx index 8848370d66005..28ef42335ed34 100644 --- a/develop-docs/self-hosted/configuration/sso.mdx +++ b/develop-docs/self-hosted/configuration/sso.mdx @@ -37,7 +37,9 @@ auth-google.client-id: '' auth-google.client-secret: '' ``` -The redirect URL should be `${url-prefix}/auth/sso/` +The redirect URL should be `${url-prefix}/auth/sso/`. + +After that you need to go into your Organization Settings => Organization => Auth and enable the Google Provider. After changing configuration files, re-run the ./install.sh script, to rebuild and restart the containers. See the configuration section for more information.