--- title: "Google Sign-In for your customers" slug: "google-sign-in" description: "Set up Google Sign-In so that your customers can log in to their user account using their Google account." updated: 2026-08-17T10:21:58Z published: 2026-08-17T10:21:58Z canonical: "help.frisbii.com/google-sign-in" --- > ## Documentation Index > Fetch the complete documentation index at: https://help.frisbii.com/llms.txt > Use this file to discover all available pages before exploring further. # Google Sign-In for your customers These SSO settings apply to your customers' login, allowing them to sign in to their own customer account. This is not related to signing in to the Frisbii Media Merchant Backend. ![](https://cdn.document360.io/b84e1b5d-2ba6-4465-8c62-fb45a2f31314/Images/Documentation/image-TMQK45GN.png) --- ## Activate SSO Provider It is always necessary to activate the use of external SSO providers. ![](https://cdn.document360.io/b84e1b5d-2ba6-4465-8c62-fb45a2f31314/Images/Documentation/image-EX78SGVN.png) --- ## Set up the "Google Sign-In" To use the login via Google, it is necessary to link a Google API with Frisbii Media. The following steps are carried out for this purpose: 1. Set up an [API project via Google](https://developers.google.com/identity/gsi/web/guides/get-google-api-clientid?hl=de). 2. Retrieve an **OAuth client ID** via the Google Cloud Console. Such a client ID has the following structure: **1234567890-abc123def456.apps.googleusercontent.com** 3. In the Google Cloud Console under **Authorized JavaScript origins**, enter the following URLs: > [!NOTE] > Note > > The following URLs are for setting up Google Sign-In with our **new checkout application** (version **C.250430-MAJOR**). For **Stage** (testing purposes): - Your website URL - https://checkout.plenigo-stage.com - https://sso-v3.frisbii-media-stage.com For **Live**: - Your website URL - https://checkout.plenigo.com - https://sso-v3.frisbii-media.com ![](https://cdn.document360.io/b84e1b5d-2ba6-4465-8c62-fb45a2f31314/Images/Documentation/image-X0SVVLG4.png) 1. The client ID needs to be stored in the Frisbii Media backend in the "Google Client ID" field. ![](https://cdn.document360.io/b84e1b5d-2ba6-4465-8c62-fb45a2f31314/Images/Documentation/image-L69VESRM.png) A demo of the Google function is available [here](https://developers.google.com/identity/gsi/web/guides/overview?hl=de#sign_in_with_google_demo).