Configuring Google Social Connection in Production
Step 1: Create Google OAuth Credentials
- Go to the Google Cloud Console.
- Navigate to APIs & Services > Credentials.
- Click Create Credentials > OAuth 2.0 Client ID.
- Select Web Application as the application type.
- Set the Authorized redirect URI to:
https://<tenant-name>.<region>.authaction.com/oauth2/login/callback
- Click Create, then copy the Client ID and Client Secret.
Step 2: Configure Google in AuthAction
- Sign in to the AuthAction Dashboard.
- Navigate to Connections > Social Connections.
- Select Google from the available providers.
- Enter the Client ID and Client Secret obtained from Google.
- Click Save.
Step 3: Enable Google Connection for Application
- Navigate to Applications in the AuthAction Dashboard.
- Select the application you want to enable Google authentication for.
- Enable the Google Social Connection toggle.
- Save the changes.
- Visit the application's login page and verify that the Sign in with Google option is available.
Step 4: Test the Integration
- Open your application's login page.
- Click on Sign in with Google.
- Authenticate using a Google account.
- Verify that the user is successfully redirected back to your application.
Your application is now configured to allow users to log in using Google in production.