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.
Go to the Developer Credentials page.
Click Create credentials > OAuth client ID.
Select the Web application application type.
Name your OAuth 2.0 client and add the Javascript origins and redirect urls replacing the following with your domain.
Add the Google Client ID and Client Secret that is on this page to your docker
.env
file.
Restart the server, and Google SSO should work.
Last updated