Set Up Kakao Login
Overview
How to use Kakao Login
1. Create an App

Go to Kakao Developers, click the Log In button, and sign in with your Kakao account.
(If this is your first time using the service, complete the Terms of Use consent process shown after logging in.)

Click the Apps menu at the top.

Click the Create App button.

Enter the app icon, app name, company name, and category, then check the box at the bottom and click Save.
2. App Settings
※ Switch to a Biz App (Required)
To use the user information collection feature, you must switch the app to a Biz App. You can switch it as either a business or an individual developer. If you do not have business registration information, set it up as an individual developer.

Click the app you created.
2-1.Register Business Information

① In App > General > Business Information, click Register Business Information in order, then enter and confirm your business registration number.


② After entering the business information, click Save.
2-2. Switch to Biz app for an individual
If you do not have business registration information, switch the app to Biz app for an individual.


Go to App > General > Business Information > Switch to Biz app for an individual > Select To set email to Required content item, then click Save.
3. Kakao Login Activation
3-1.Set the Platform Key

Go to App > Platform Key and click REST API Key.

① In Kakao Login Redirect URI, enter your domain address followed by /oauth.
② Under Client Secret, turn OFF the Enable Kakao Login and Business Authentication option, then click Save.
3-2.Set the JavaScript SDK Domain

Go to App > Platform Key and click Add JavaScript Key.

① Site Domains
Enter all of the following domains:
1. Enter the Creatorlink.net domain with 'http://'.
- http://creatorlink.net
2. For a free Creatorlink address, enter both 'http://' and 'https://'.
- http://example.creatorlink.net
- https://example.creatorlink.net
3. If you have a connected custom domain, enter both 'http://' and 'https://'.
- http://example.com
- https://example.com
Sample 1)
If your site uses a free Creatorlink domain, such as abc.creatorlink.net, enter it as shown below.
http://creatorlink.net
http://abc.creatorlink.net
https://abc.creatorlink.net
Sample 2)
If your site uses a connected custom domain, such as abc.com, enter it as shown below.
http://creatorlink.net
http://abc.creatorlink.net
https://abc.creatorlink.net
http://abc.com
https://abc.com
② After entering the domains, click Save.
3-3.Set up Personal Information Consent Items

Go to Product Settings > Kakao Login > Consent Items > Personal Information, then click the settings button for Nickname / Profile Photo / Kakao Account (Email) one by one to complete the setup.

[Nickname]
① Set the consent level to Required Consent.
② In the Purpose of Consent field, enter 'For registration purpose'.
③ After entering all items, click Save.

[Profile Image]
① Set the consent level to Required Consent.
② In the Purpose of Consent field, enter 'For registration purpose'.
③ After entering all items, click Save.

[Kakao Account (Email)]
① Set the consent level to Required Consent.
② Check the terms for collecting information.
③ In the Purpose of Consent field, enter 'For registration purpose'.
④ After entering all items, click Save.
3-4. Enable Kakao Login

Go to Product Settings > Kakao Login > General > Usage Settings, then change the state to ON.

Go to App > Platform Key and copy the Native App Key and REST API Key.

① In the Creatorlink admin page, click the Manage Members tab.
② Click Social Login.
③ Select Enable.
④ Paste the copied Native App Key and REST API Key.
⑤ Click Save to complete the Kakao Login setup.
Last updated