Google OAuth

Configuring authentication with Google for On-Prem setups

Go to the Google admin console: https://console.cloud.google.com/apis/credentials.

Fill the form:

  • Application type: "Web application"

  • Authorized JavaScript origins: https://<your.domain.name>

  • Authorized redirect URIs: https://<your.domain.name>/oauth/google

  1. Click "Create" and copy credentials.

  2. In Datafold UI go to Settings -> Global settings enter credentials and click "Save"

Last updated

Was this helpful?