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

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

Last updated
Was this helpful?