Google

To set up OAuth for Google navigate to https://console.cloud.google.com/apis/credentials and create a new Client ID. If this is your first time doing this you may need some initial setup (see https://support.google.com/cloud/answer/6158849).

In the create form, set the fill in the following:

  • Application type: Web application

  • Name: The name of your application

  • Authorized redirect URIs: Add the callback URL from the Auth Provider dialog

After adding the new OAuth client, you can copy the Client ID and Client secret into the Auth Provider dialog and save.

Last updated