Google

The Google factor requires a client ID and client secret, that is specific to your Google account and application within the Google platform.

Google configuration in the Quasr Tenant Admin UI

How to register the application with Google, retrieve client ID and create a client secret is documented here:

Go to your Google Cloud Platform > APIs & Services, and create new credentials. Choose "OAuth client ID".

Once the credential is created, take the Client ID and Client Secret from the top right on the screen. These are the values you need to insert into the Quasr Platform as Client ID and Client Secret.

Further down, set the following values:

  • Authorization redirect URIs: https://{tenant_id}.api.quasr.io/factors/oauth2/callback Make sure to replace the {tenant_id} with yours.

Last updated