# 포럼 프로그램으로 단일 로그인(SSO)을 설정하는 방법?

**URL:** https://meta.discourse.org/t/how-to-do-single-sign-on-with-forum-program/327345
**Category:** Development
**Tags:** sso
**Created:** [9월 20, 2024, 4:13오전 UTC](https://meta.discourse.org/t/how-to-do-single-sign-on-with-forum-program/327345 "2024-09-20T04:13:17Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![AllinProgram](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/allinprogram/32/450641_2.png) [@AllinProgram](https://meta.discourse.org/u/AllinProgram)
#### Post date: [9월 20, 2024, 4:13오전 UTC](https://meta.discourse.org/t/how-to-do-single-sign-on-with-forum-program/327345/1 "2024-09-20T04:13:17Z")

</div>

현재 APP을 보유하고 있으며, 백엔드 서비스와 APP 모두 Logto를 사용자 센터로 사용하고 있습니다.

이제 APP에 포럼 기능을 추가하려고 합니다. 제 아이디어는 오픈소스 포럼 프로그램을 사용하고 API를 통해 이를 접근하는 것입니다.

포럼 프로그램으로는 Discourse를 선택하는 것이 좋습니다.

현재 질문은 다음과 같습니다.

APP이 유일한 진입점으로서 위 시스템들 간의 단일 로그인(SSO)을 달성할 수 있을까요? 예를 들어, APP을 열고 Logto로 로그인한 후 포럼 API를 통해 바로 게시물을 작성할 수 있습니다.

이러한 설계를 해본 사람이 있나요? 실현 가능한가요?

답변을 기다리고 있으며, 매우 감사하겠습니다. 질문이 있으시면 적시에 정보를 추가하겠습니다.

Reddit에서 Discourse 관련 r을 찾을 수 없어서 다른 게시물을 생성했습니다: [Reddit](https://www.reddit.com/r/Logto/comments/1fl2qsa/how_to_do_single_signon_with_forum_program/)

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [9월 20, 2024, 5:10오전 UTC](https://meta.discourse.org/t/how-to-do-single-sign-on-with-forum-program/327345/2 "2024-09-20T05:10:36Z")

</div>

필요한 모든 정보는 여기에 있습니다.

> [@Setup DiscourseConnect - Official Single-Sign-On for Discourse (sso)](https://meta.discourse.org/t/setup-discourseconnect-official-single-sign-on-for-discourse-sso/13045):
>
> [DiscourseConnect](https://meta.discourse.org/t/13045?silent=true) is a core Discourse feature that allows you to configure “Single Sign-On (SSO)” to completely outsource all user registration and login from Discourse to another site. Offered to our [pro, business and enterprise hosting customers](https://discourse.org/pricing). information_source (Feb 2021) ‘[Discourse SSO](https://meta.discourse.org/t/13045?silent=true)’ is now ‘[DiscourseConnect](https://meta.discourse.org/t/13045?silent=true)’. If you are running an old version of Discourse, the settings below will be named sso\_... rather than discourse\_connect\_... The Problem Many sites wishing to integrate wit…

> [@Discourse REST API Documentation](https://meta.discourse.org/t/discourse-rest-api-documentation/22706):
>
> Discourse API Please view the Discourse API Documentation site for detailed info: [https://docs.discourse.org](https://docs.discourse.org)information_source Authentication API requests must use HTTP header based authentication. Pass your Api-Key and Api-Username as HTTP headers. Authentication via query parameters or request body is not supported (this was removed in April 2020). Please see the example cURL request below. The only API endpoints that continue to support credentials in query parameters are requests to…
