# 네이버 간편가입 연결방법

{% stepper %}
{% step %}
`설정` > `회원 설정` > `SNS 간편 가입` 페이지의 '서비스 연동 설정' 메뉴에서 \[네이버] 항목의\
사용함 클릭 후 카테고리, 로고이미지 업로드 해주셔서 **\[연동 정보 신청]** 클릭해 주세요.
{% endstep %}

{% step %}
신청해 주시면 아래와 같이 확인돼요.

<figure><img src="/files/wQCcshrKSLmfW7ZY5DtV" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**자동으로 생성된 Client ID / Client Secret / 쇼핑몰명 확인해 주세요.**

<figure><img src="/files/9N6cIr3jDDs04gU3MeIa" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
&#x20;[**네이버 개발자 센터 접속하기 \[클릭!\]**](https://developers.naver.com/apps/#/list) 하셔서 내 애플리케이션 > Application 목록 메뉴에서 자동으로 생성된 Client ID 와 Application 명 확인해 보시고 **위의 1번에서 연동 정보로 신청된 부분과 동일한지 확인해 주세요.**

<figure><img src="/files/53bNIaI8N5iSHimp5oo4" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
왼쪽 내 애플리케이션 메뉴에서 생성하신 애플리케이션 클릭후 개요 메뉴에서 Client ID 확인 되며, \[API 설정]탭을 클릭해 주세요.

<figure><img src="/files/g1DEEe79y4xnfurB58Jq" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
사용 API 메뉴에서 \[네이버 로그인]으로 선택해 주세요.

<figure><img src="/files/BP20ZlGQsRJoTOLuzQHb" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
회원이름, 이메일 주소 항목을 \[필수]로 체크해 주세요.

<figure><img src="/files/UQaLR6DDWmGqYswueMzP" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
'로그인 오픈 API 서비스 환경' 메뉴에서 \[환경 추가] 셀렉트 박스에서 PC 웹 / Mobile 웹 선택 후 아래와 같이 입력해 주세요.&#x20;\
<http://www.도메인주소.co.kr>\
<http://www.도메인주소/list/API/login\\_naver.html>

<figure><img src="/files/9Nu4a6SB3c2t9ola9cu3" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
&#x20;**다시 \[개요]탭으로 클릭해 보시면 '네이버 로그인' 메뉴 추가된 부분이 확인돼요.**

<figure><img src="/files/GLkhkDGhNNjIiU1a4mOX" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
회원 로그인 페이지에서 네이버 간편 회원가입 관련 가상태그가 정상적으로 입력되어 있다면 네이버 간편 회원가입 처리돼요.

{% tabs %}
{% tab title="\[D2] SNS 간편 회원가입 기본값 소스" %}

<figure><img src="/files/h9CSZDQJUHtkQLyguhHv" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="\[D4] SNS 간편 회원가입 기본값 소스" %}

<figure><img src="/files/OpQphI2l4hpNRDxNMW34" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
참고

네이버 로그인의 경우 위와 같이 제공되는 방식에서 변경 될 수 있는 점 참고해 주세요.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.makeshop.co.kr/faq/customer/undefined/undefined-3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
