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. Click Create credentials > OAuth client ID.

  2. Select the Web application application type.

  3. Name your OAuth 2.0 client and add the Javascript origins and redirect urls replacing the following with your domain.

  1. 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 updated