🚧 The Saascannon docs are currently under construction, we are working hard to document Saascannon thoroughly 🚧
Providers
Google

Google

With a massive user base, Google accounts are ubiquitous across the web. By offering Google authentication, your product simplifies access for users accustomed to Google's services, ensuring a seamless login experience.

How to setup the Google auth provider

To enable Google (opens in a new tab) as an auth provider, you will need to create a set of Oauth credentials in the Google Cloud Console (opens in a new tab). Refer to the official google guide (opens in a new tab) for up to date instructions on how to do this if you have any issues.

First, navigate to your Google Cloud Console Credentials Page (opens in a new tab) and select create credentials, then OAuth Client ID.

Screenshot with arrows in the Google Cloud Console UI with arrows showing how to create OAuth 2.0 Credentials

You will be presented with a screen where you will need to select your application type. For this, select the "Web Application" option.

Screenshot of the create Oauth client form in the google cloud console with the application type of Web Application selected

Further down the form, you will need to provide "Authorised redirect URIs", enter your google callback url here, then click "Create".

If you are unsure on how to find your callback URL in the Saascannon Dashboard (opens in a new tab), follow our guide on how to find your callback url for auth providers

Screenshot of a completed google oauth create credentials form in the google cloud console

Once created, yuu will be presented with your new google client credentials.

Screenshot of the oauth client credentials created popup in the google cloud console

Paste your new google client credentials (Client ID and Client Secret) into their respective fields in the saascannon dashboard, then click "Enable Google Auth Integration"

Screenshot of the completed enable google auth provider form in the saascannon dashboard

Congratulations! Users will now be able to login and link their accounts with Google accounts in your saascannon tenant.

Screenshot of the saascannon tenant login form with Google enabled