diff --git a/develop-docs/self-hosted/configuration/sso.mdx b/develop-docs/self-hosted/configuration/sso.mdx index b4a86195ff728..28ef42335ed34 100644 --- a/develop-docs/self-hosted/configuration/sso.mdx +++ b/develop-docs/self-hosted/configuration/sso.mdx @@ -37,6 +37,10 @@ auth-google.client-id: '' auth-google.client-secret: '' ``` +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.