Skip to Content
Fourt.ioAuthenticationOAuthGoogle

Google

This guide walks you through the process of setting up Google OAuth for authentication in Fourt.io.

Note: To setup Google authentication on Fourt.io you will need an OAuth client. For detailed instructions from Google, refer to this official guide: Manage OAuth Clients.

Google Social Authentication setup

  1. Refer to Google’s official guide above to set up your OAuth client.
  2. Add the following in the Authorised redirect URIs section of your Credentials: https://auth.api.fourt.io/v1/oauth.
  3. From your Google Cloud Console Credentials section obtain the necessary Client ID and Client Secret.
  4. Log in to the Fourt.io Dashboard and select the App you are enabling Google authentication for.
  5. Navigate to the Settings tab and in User Authentication select Google.
  6. Enable Google as an authentication provider and add the Client ID and Client Secret credentials.
  7. Save the settings.

Once these credentials are added, Google OAuth will be enabled for your application and your Users will be able to authenticate using their Google account.