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

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".


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