Google Authentication

Instructions for using Google Authentication with Saturn Cloud Enterprise

To use Google Authentication to authenticate Saturn Cloud Enterprise, use the following steps:

Step 1: Open Google Cloud Credentials

Navigate to Google Cloud → APIs & Services → Credentials and click “Create Credentials”.

create creds in google cloud Choose Create Credentials in Google Cloud Console

If prompted, configure the OAuth consent screen:

  • Select Internal (recommended) or External according to your organization policy.
  • Under Scopes, include at minimum: openid, email, profile.
  • Save and continue with the defaults unless your org requires additional fields.

Step 3: Create OAuth Client ID

  • Choose Create OAuth client ID.
  • Set Application type to Web application.
  • You can ignore Authorized JavaScript origins for this integration.
Choose OAuth client ID Choose Web application type

Step 4: Add Redirect URI

Under Authorized redirect URIs, enter your Auth0 callback URI (we will provide this). It will look like:

https://your-company.us.auth0.com/login/callback

For example:

https://acme-corp.us.auth0.com/login/callback

Save the client.

Authorized redirect URIs configuration

Step 5: Record Client ID and Secret

After saving, Google shows a Client ID and Client Secret. Copy both and keep them secure. Share them with us so we can complete the Auth0 configuration for your Saturn Cloud Enterprise tenant.

OAuth client created with client ID shown