Comment on page
Google SSO Login
To setup Google SSO for on-premise installation, you will need to create OAuth authorization credentials in the Google developer console to identify the application to Google's OAuth 2.0 server.
- 1.
- 2.Click Create credentials > OAuth client ID.
- 3.Select the Web application application type.
- 4.Name your OAuth 2.0 client and add the Javascript origins and redirect urls replacing the following with your domain.

- 5.Add the Google Client ID and Client Secret that is on this page to your docker
.env
file.
GOOGLE_CLIENT_ID={YOUR_GOOGLE_CLIENT_ID}
GOOGLE_CLIENT_SECRET={YOUR_GOOGLE_CLIENT_SECRET}
Restart the server, and Google SSO should work.
Last modified 2mo ago