> For the complete documentation index, see [llms.txt](https://supportcenter.creatorlink.net/creatorlink-support-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://supportcenter.creatorlink.net/creatorlink-support-center/manage-site/membership/social_login_eng/setup_google_login.md).

# Set Up Google Login

## Overview <a href="#undefined" id="undefined"></a>

* How to use Google Login
  * [Create a Project](#id-1.-create-a-project)
  * [Create an App](#id-2.-create-an-app)
  * [Google Login Activation](#id-3.-google-login-activation)

### 1. Create a Project

![](/files/i89Im3pv5DkkS2l40Zke)

Go to [Google Cloud Platform](https://console.developers.google.com/), and **log in** to a Google account.

![](/files/7MVPzQ497BQYTMGPZQzP)

On the Google Cloud Console screen > click **Select a project** button on the left top corner.

![](/files/JIvyUy4f5TCX3CaYGS76)

Click the **New Project** button at the top.

![](/files/soFMFCthbdMSGEJ30ljO)

Enter your desired project name, then click the **Create** button.\ <mark style="color:$info;">※ The project name is not exposed externally and is used only for app management.</mark>

### 2. Create an App

![](/files/zw8qhksWVNnOgTcIutI6)

From the navigation menu in the upper-left corner, go to **APIs & Services** > **OAuth consent screen.**

![](/files/LalJyx01GR0jrBpUGj7K)

On the recent project selection screen, select the project you just created.\ <mark style="color:$info;">Example: Select</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**My Project**</mark>

![](/files/oLlG6KVcqmZAtLQYkqQ0)

On the OAuth Overview screen, click **Get Started.**

![](/files/QqvnOYRMchimTy5nC3dL)

① **App name**\
Enter the name of the app (service) that will be displayed on the OAuth consent screen.

<mark style="color:$info;">※ Please use a name that matches your actual service name (such as your service or website name) as closely as possible.</mark>

<mark style="color:$info;">※ Do not combine Google product names (for example, Google or YouTube) with generic terms such as “app” or “mobile” (for example, Mobile YouTube App or Google Photos App).</mark> [<mark style="color:$info;">**Learn more**</mark>](https://support.google.com/cloud/answer/15549049?hl=ko\&visit_id=639091728124131117-3568956446\&rd=1#user-support-email\&zippy=%2Cuser-support-email%2Capp-name)

② **User support email**\
This is the email address that will be displayed on the OAuth consent screen. Clicking this field will automatically register your Google account email address.

<mark style="color:$info;">※ This should be an email address that users can contact for consent-related inquiries (such as login, authentication, or app usage issues) and one that is checked regularly.</mark>[ <mark style="color:$info;">**Learn more**</mark>](https://support.google.com/cloud/answer/15549049?hl=ko\&visit_id=639091728124131117-3568956446\&rd=1#user-support-email\&zippy=%2Cuser-support-email%2Capp-name)

③ Click **Next.**

![](/files/ssBEKaG8zS5hv0UQK4xA)

④ Under **Audience,** select **External.**

⑤ Click **Next.**

![](/files/k5F8QzVpz9zggXkVGA5X)

⑥ Under Contact information, **enter the store administrator’s email address.**

⑦ Click **Next.**

![](/files/J0VWAoILLKcQQuFZqsuc)

⑧ Agree to the **Google API Services: User Data Policy.**

⑨ In **OAuth Overview**, click **Create OAuth Client** under **Metrics.**

![](/files/n3ZConDytRpiCQhgRGNr)

In **OAuth Overview**, go to **Metrics** and click **Create OAuth Client.**

![](/files/KB0fUpDYDWFnoWiGgTjp)

① **Application type**

Select **Web application**.

② **Name**

Enter your app (service) name. \ <mark style="color:$info;">※ This name is only used internally in Google Cloud Console to distinguish between multiple keys and is not shown to actual users.</mark>

③ **Authorized JavaScript origins**

Enter your site’s primary domain.

If you are using a Creatorlink domain, enter both `https` and `http`.

If you are using a custom domain, enter only `https`.&#x20;

{% hint style="info" icon="thumbtack-angle" %}
Sample)

* <https://example.creatorlink.net>
* <http://example.creatorlink.net>
* <https://example.com>
* <https://www.example.com>
  {% endhint %}

④ **Authorized redirect URIs**

Enter your site’s primary domain followed by `/oauth`.

{% hint style="info" icon="thumbtack-angle" %}
Sample)

* <https://example.creatorlink.net/oauth>
* &#x20;<http://example.creatorlink.net/oauth>
* <https://example.com/oauth>
* <https://www.example.com/oauth>
  {% endhint %}

⑤ After filling in all fields, click **Create.**

### 3. Google Login Activation

![](/files/2ULuWaEKAVp4pj0IPeUx)

Copy the **Client ID** and save it somewhere, such as in a notepad.

![](/files/ol3mabtEfzVTAkyeUceN)

Then go back to the **OAuth consent screen** menu, select **Clients**, and **click the edit icon** for the Client ID you just created.

![](/files/ioOXGJsThaaNEGNoRbt5)

At the bottom, generate a **new** **Client secret**, then click the **copy** icon.

![](/files/Y4twgmFEoarThlPt7FdL)

① In the Creatorlink admin page, click the **Member Management** tab.

② Click **Social Login.**

③ Under the **Google Login** tab, select **Enable.**

④ Paste the copied **Client ID** and **Client secret** into the corresponding fields.

⑤ Click the **Save** button to complete the Google login setup.
