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 (opens in a new tab).
Google Social Authentication setup
- Refer to Google’s official guide above to set up your OAuth client.
- Add the following in the Authorised redirect URIs section of your Credentials:
https://auth.api.fourt.io/v1/oauth
. - From your Google Cloud Console Credentials (opens in a new tab) section obtain the necessary Client ID and Client Secret.
- Log in to the Fourt.io Dashboard (opens in a new tab) and select the
App
you are enabling Google authentication for. - Navigate to the Settings tab and in User Authentication select Google.
- Enable Google as an authentication provider and add the Client ID and Client Secret credentials.
- 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.