# 🔐 Discourse용 Yandex ID OAuth2 인증

**URL:** https://meta.discourse.org/t/yandex-id-oauth2-authentication-for-discourse/388175
**Category:** Plugin
**Created:** [11월 11, 2025, 7:26오후 UTC](https://meta.discourse.org/t/yandex-id-oauth2-authentication-for-discourse/388175 "2025-11-11T19:26:06Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![kaktak](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kaktak/32/529093_2.png) [@kaktak](https://meta.discourse.org/u/kaktak)
#### Post date: [11월 11, 2025, 7:26오후 UTC](https://meta.discourse.org/t/yandex-id-oauth2-authentication-for-discourse/388175/1 "2025-11-11T19:26:06Z")

</div>

| | | |
| --- | --- | --- |
| ℹ | **요약** | 이 플러그인은 Yandex ID를 통한 OAuth2 로그인을 활성화하여 사용자가 Yandex 계정으로 원활하게 인증할 수 있도록 합니다. |
| 🛠 | **저장소 링크** | [GitHub - kaktaknet/discourse-yandex-oauth: 🔐 Yandex ID Authentication for Discourse. OAuth2 authentication plugin for Discourse using Yandex ID · GitHub](https://github.com/kaktaknet/discourse-yandex-oauth) |
| 📖 | **설치 가이드** | [Discourse에서 플러그인 설치 방법](https://meta.discourse.org/t/install-plugins-in-discourse/19157) |

  

### 기능

- Yandex ID를 통한 안전한 OAuth 2.0 인증 흐름
- 원클릭 사용자 로그인 및 자동 계정 생성
- Yandex를 통한 이메일 인증
- Yandex 프로필에서 아바타 가져오기
- 이메일을 통한 계정 연결
- 사용자 이름 정리 및 검증
- 포괄적인 오류 처리 및 상세 로깅
- 다국어 지원 (영어, 러시아어)
- 간단한 설정과 명확한 문서화를 통한 쉬운 통합

### 설정

1. **Yandex OAuth에서 애플리케이션 등록**

2. **컨테이너에 플러그인 추가**

3. **Discourse 앱 재빌드**

```plaintext
cd /var/discourse
./launcher rebuild app

```

1. **Discourse 관리자 패널에서 설정 구성**

- 다음 경로로 이동합니다: **관리자 \> 설정 \> 로그인 \> Yandex**
- Yandex OAuth에서 제공된 Client ID와 Secret을 사용하여 필요한 필드를 입력합니다.

### 설정 항목

| 이름 | 설명 |
| --- | --- |
| `yandex_enabled` | Yandex 인증 활성화 또는 비활성화 |
| `yandex_client_id` | Yandex 앱의 OAuth Client ID |
| `yandex_client_secret` | Yandex 앱의 OAuth Client Secret |
| `yandex_email_verified` | Yandex의 이메일 인증 정보 신뢰 여부 |

---

<div class="post-metadata">

### Author: ![Ivan\_Rapekas](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ivan_rapekas/32/248924_2.png) [@Ivan\_Rapekas](https://meta.discourse.org/u/Ivan_Rapekas)
#### Post date: [11월 17, 2025, 9:56오후 UTC](https://meta.discourse.org/t/yandex-id-oauth2-authentication-for-discourse/388175/2 "2025-11-17T21:56:27Z")

</div>

안녕하세요, 플러그인이 정상적으로 작동합니다. 감사합니다!

한 가지 질문이 있는데… 제 Yandex 계정을 인증할 수 없는 건가요? 아니면 이 문제로 인해 나중에 포럼 사용자를 위한 로그인 버튼이 갑자기 작동하지 않게 될 수도 있을까요?

---

<div class="post-metadata">

### Author: ![kaktak](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kaktak/32/529093_2.png) [@kaktak](https://meta.discourse.org/u/kaktak)
#### Post date: [11월 17, 2025, 9:58오후 UTC](https://meta.discourse.org/t/yandex-id-oauth2-authentication-for-discourse/388175/3 "2025-11-17T21:58:48Z")

</div>

이것은 Yandex에 대한 질문이며, 나에게 명확한 답변은 없지만, 보통 플러그인을 설정했다면 계속 작동합니다. Yandex는 이미 설정된 서비스를 비활성화하지 않습니다.
