Integrate Google Sign-In into your OwnID authentication screens
This guide walks you through the steps to set up Google Sign-In as an identity provider within the OwnID platform, offering a secure and frictionless login experience.
Before you begin, ensure you have the following:
Go to Google Cloud Console and select your project (create one if needed).
Go to Branding page, make sure all of the information is complete and accurate.
Go to Clients page and create a new client:
Web application
./oidc/callback
, so for example https://passwordless.acme.com/oidc/callback
. If a custom domain was not configured yet, you can enter https://passwordless.ownid.com/oidc/callback
.Client ID
and Client Secret
values, you will use them later in this guide.Optional: Native Apps Integration
If you’re building a native Android or iOS app, you’ll need to create additional clients:
bundle ID
and team ID
.package name
and SHA-1 fingerprint
.Go to the OwnID console, Authentication
> Social Providers
:
Toggle on Google Sign in
.
Click configure and enter the following values in the modal:
Web application
client.Web application
client.Android
client. (optional)iOS
client. (optional)Save your configurations.