Skip to main content

How do I obtain a Google client (app) ID?

You can get it by creating a project in the Google Developer Console. To integrate Google Login with your store, you need a Google Client (App) ID.

Learn more

How to sign up for Google Developer Console

To integrate Google Login, go to the Google Developer Console and sign in. If you don't have an existing Google account, click “Create account” to create one.

 

Project creation

  1. To create a Google Client ID, you must first register a new project. Review the terms of service, click “AGREE”, then from “APIs & Services”, click “CREATE PROJECT”. (Alternatively, you can click “Select a projectNew project” at the top.)
  2. When the new project screen appears, enter a “Project name” and click the “CREATE” button to generate a new project.

 

How to enter information on the OAuth consent screen

  1. Go to “APIs & ServicesOAuth consent screen”.
  2. Select “External” for “User Type”, then move to “Edit app registration”.
  3. Enter information such as the app name and authorized domains, then click the “SAVE AND CONTINUE” button. When entering “Authorized domains”, you must exclude the protocol (http:// or https://) and must not include a path (e.g., test.com/path).

 

Client ID creation

  1. Once the new project is created, go to “APIs & ServicesCredentials” and select “CREATE CREDENTIALSOAuth client ID”.
  2. Select “Web application” as the application type, enter your store's addresses in “Authorized JavaScript origins” and “Authorized redirect URIs” as shown below, and then click the “CREATE” button.
    • Authorized JavaScript origins: Enter the domain addresses of your PC and mobile stores.
    • Authorized redirect URIs: Add the detailed path after your PC and mobile store domain addresses as shown in the example below.

    Info - Example

    If your domain is “sample.com”, enter as follows.
    If you have applied SSL to your store, enter only the https addresses.
    If you have secondary domains that use Google Login besides the examples, you must enter all of them as well. (Secondary domains: main domain, subdomains, mobile domains, multi-language store domains, etc.)

    • Authorized JavaScript origins
      - http://sample.com
      - http://www.sample.com
      - http://m.sample.com
      - https://sample.com
      - https://www.sample.com
      - https://m.sample.com
       
    • Authorized redirect URIs
      - http://sample.com/Api/Member/Oauth2ClientCallback/googleplus/
      - http://www.sample.com/Api/Member/Oauth2ClientCallback/googleplus/
      - http://m.sample.com/Api/Member/Oauth2ClientCallback/googleplus/
      - https://sample.com/Api/Member/Oauth2ClientCallback/googleplus/
      - https://www.sample.com/Api/Member/Oauth2ClientCallback/googleplus/
      - https://m.sample.com/Api/Member/Oauth2ClientCallback/googleplus/
  3. You can find the generated Client ID and password under “Credentials”.

 

Privacy Policy and Terms of Use

For the privacy policy and terms of use, you can enter your store's respective privacy policy URL and terms of use URL.

 

Info

Please note that you can check the privacy policy URL by clicking the "Privacy Policy" link at the bottom of the shopping mall's main page and the terms of use URL by clicking the "Terms of Use" link.

Example:

  • Privacy Policy: https://yourdomain.com/member/privacy.html
  • Store Terms of Use: https://yourdomain.com/member/agreement.html

 

Was this page helpful?
On this page