Skip to main content

Configure Dataedo with Google OAuth2

This guide will show how to configure Dataedo to work with an OAuth2 identity provider.

Configuration in Google Cloud Console

Create a new project

  1. Open Google Cloud Console and create a new project:

    Create new project
  2. In the newly opened tab, type in the Project name for your internal use (for example, "Dataedo Portal") and choose the location if needed:

    Project name input
  3. Change the project to the one you've just created, and select API & Services:

    API & Services selection
  4. Go to OAuth consent screen, decide if you want your application for Internal or External use, and click Create:

    OAuth consent screen
  5. On the new screen, fill in all the required information and click Save and continue. On the next screen, select Add or remove scopes, then select .../auth/userinfo.email. After that, click Update and Save and continue:

    Add scopes
  6. On the last screen, review the summary of your configuration. If everything is correct, click Back to dashboard.

Create OAuth credentials

  1. Navigate to the Credentials section, click Create credentials, and select OAuth client ID:

    Create credentials
  2. Select Web application as the Application type and enter your Dataedo Portal URL:

    • In the Authorized JavaScript origins section: https://your-dataedo-portal.address.com
    • In the Authorized redirect URIs section:
      • Docker setup: https://your-dataedo-portal.address.com/api/oauth2/authenticate/google
      • IIS setup: https://your-dataedo-portal.address.com/api/api/oauth2/authenticate/google

    Click the Create button at the bottom:

    Configure authorized URIs
    tip

    If you're not sure about your setup, contact our support team.

  3. On the next screen, copy and save the Client ID and Client Secret values. You can also download them as a JSON file:

    Copy client ID and secret

Configure OAuth in Dataedo Portal

  1. Log in to your Dataedo Portal instance with admin permissions.

  2. Go to System settings > Login options.

  3. Expand the GOOGLE (OAuth2) section, then paste the Client ID and Client Secret you copied earlier.

  4. Enable this authentication method by toggling the switch to ON and click Save:

    Enable Google OAuth in Dataedo

Verify Google login in Dataedo Portal

When you open Dataedo Portal, you'll see the option to log in with Google:

Google login option
note

Click this option to go to the Google login page. If you're already logged in, you'll be redirected directly to your Dataedo Portal home page.

Need help?

If you run into any problems or have questions, reach out to Dataedo support.